Html Css Color HEX #095CE8 Navy Blue

📋 copy color: '#095CE8'

red 9 ◦ green 92 ◦ blue 232

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

Shades of Navy Blue #095CE8

Tints of Navy Blue #095CE8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.63%

 BLUE value IS 232 (91.02% from 255) = 69.67%

R = 2.7%
G = 27.63%
B = 69.67%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#095CE8 (or 0x095CE8) is known color: Navy Blue. HEX triplet: 09, 5C and E8. RGB value is (9,92,232). Sum of RGB (Red+Green+Blue) = 9+92+232=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 232 (91.02% from 255 or 69.67% from 333); Max value from RGB is 232 - color contains mainly: blue. Hex color #095CE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095CE8 is #F6A317. Grayscale: #525252. Windows color (decimal): -16163608 or 15227913. OLE color: 15227913.

HSL color Cylindrical-coordinate representation of color #095CE8: hue angle of 217.67º 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 #095CE8 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 9 92 232 -
CMYK 0.96 0.60 0 0.09
HSL 217.67º 0.93% 0.47% -
HSV(B) 217.67º 0.96% 0.91% -
XYZ 18.51 13.54 77.98 -
YUV 83.14 212 75.12 -
System Red Green Blue C M Y K H S L
Decimal 9 92 232 0.96 0.60 0 0.09 217.67 0.93 0.47
Hex 9 5C E8 60 3C 0 9 DA 5D 2F
Octal 11 134 350 140 74 0 11 332 135 57
Binary 1001 1011100 11101000 1100000 111100 0 1001 11011010 1011101 101111

Color Harmonies of #095CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095CE8

Black with #095CE8

Text Example


Text Example

White with #095CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,92,232); }

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

background-color css

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

 a { background-color: rgb(9,92,232); }

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

border-color css

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

 span { border-color: rgb(9,92,232); }

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