Html Css Color HEX #095AE6 Navy Blue

📋 copy color: '#095AE6'

red 9 ◦ green 90 ◦ blue 230

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

Shades of Navy Blue #095AE6

Tints of Navy Blue #095AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 69.91%

R = 2.74%
G = 27.36%
B = 69.91%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#095AE6 (or 0x095AE6) is known color: Navy Blue. HEX triplet: 09, 5A and E6. RGB value is (9,90,230). Sum of RGB (Red+Green+Blue) = 9+90+230=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 230 (90.23% from 255 or 69.91% from 329); Max value from RGB is 230 - color contains mainly: blue. Hex color #095AE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095AE6 is #F6A519. Grayscale: #515151. Windows color (decimal): -16164122 or 15096329. OLE color: 15096329.

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

Color convert

RGB 9 90 230 -
CMYK 0.96 0.61 0 0.10
HSL 218.01º 0.92% 0.47% -
HSV(B) 218.01º 0.96% 0.9% -
XYZ 18.05 13.08 76.44 -
YUV 81.74 211.66 76.12 -
System Red Green Blue C M Y K H S L
Decimal 9 90 230 0.96 0.61 0 0.10 218.01 0.92 0.47
Hex 9 5A E6 60 3D 0 A DA 5C 2F
Octal 11 132 346 140 75 0 12 332 134 57
Binary 1001 1011010 11100110 1100000 111101 0 1010 11011010 1011100 101111

Color Harmonies of #095AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095AE6

Black with #095AE6

Text Example


Text Example

White with #095AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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