Html Css Color HEX #095AE7 Navy Blue

📋 copy color: '#095AE7'

red 9 ◦ green 90 ◦ blue 231

#095AE7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #095AE7

Tints of Navy Blue #095AE7

RGB

 RED value IS 9 (3.91% from 255) = 2.73%

 GREEN value IS 90 (35.55% from 255) = 27.27%

 BLUE value IS 231 (90.63% from 255) = 70%

R = 2.73%
G = 27.27%
B = 70%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#095AE7 (or 0x095AE7) is known color: Navy Blue. HEX triplet: 09, 5A and E7. RGB value is (9,90,231). Sum of RGB (Red+Green+Blue) = 9+90+231=330 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.73% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 231 (90.62% from 255 or 70% from 330); Max value from RGB is 231 - color contains mainly: blue. Hex color #095AE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095AE7 is #F6A518. Grayscale: #515151. Windows color (decimal): -16164121 or 15161865. OLE color: 15161865.

HSL color Cylindrical-coordinate representation of color #095AE7: hue angle of 218.11º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095AE7 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 9 90 231 -
CMYK 0.96 0.61 0 0.09
HSL 218.11º 0.93% 0.47% -
HSV(B) 218.11º 0.96% 0.91% -
XYZ 18.19 13.14 77.18 -
YUV 81.86 212.16 76.04 -
System Red Green Blue C M Y K H S L
Decimal 9 90 231 0.96 0.61 0 0.09 218.11 0.93 0.47
Hex 9 5A E7 60 3D 0 9 DA 5C 2F
Octal 11 132 347 140 75 0 11 332 134 57
Binary 1001 1011010 11100111 1100000 111101 0 1001 11011010 1011100 101111

Color Harmonies of #095AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095AE7

Black with #095AE7

Text Example


Text Example

White with #095AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095AE7; }

 p { color: rgb(9,90,231); }

 H1.HeaderClassName
 {
   color: #095AE7;
 }
 .AnyTagClassName
 {
   color: #095AE7;
 }
</style>

background-color css

<style>
 a { background-color: #095AE7; }

 a { background-color: rgb(9,90,231); }

 div.DivClassName
 {
   background-color: #095AE7;
 }
 .BgClassName
 {
   background-color: #095AE7;
 }
</style>

border-color css

<style>
 span { border-color: #095AE7; }

 span { border-color: rgb(9,90,231); }

 td.TdClassName
 {
   border-color: #095AE7;
 }
 .TagClassName
 {
   border-color: #095AE7;
 }
</style>