Html Css Color HEX #095CE0 Navy Blue

📋 copy color: '#095CE0'

red 9 ◦ green 92 ◦ blue 224

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

Shades of Navy Blue #095CE0

Tints of Navy Blue #095CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 68.92%

R = 2.77%
G = 28.31%
B = 68.92%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#095CE0 (or 0x095CE0) is known color: Navy Blue. HEX triplet: 09, 5C and E0. RGB value is (9,92,224). Sum of RGB (Red+Green+Blue) = 9+92+224=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 224 (87.89% from 255 or 68.92% from 325); Max value from RGB is 224 - color contains mainly: blue. Hex color #095CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095CE0 is #F6A31F. Grayscale: #515151. Windows color (decimal): -16163616 or 14703625. OLE color: 14703625.

HSL color Cylindrical-coordinate representation of color #095CE0: hue angle of 216.84º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095CE0 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 9 92 224 -
CMYK 0.96 0.59 0 0.12
HSL 216.84º 0.92% 0.46% -
HSV(B) 216.84º 0.96% 0.88% -
XYZ 17.39 13.09 72.13 -
YUV 82.23 208 75.77 -
System Red Green Blue C M Y K H S L
Decimal 9 92 224 0.96 0.59 0 0.12 216.84 0.92 0.46
Hex 9 5C E0 60 3B 0 C D9 5C 2E
Octal 11 134 340 140 73 0 14 331 134 56
Binary 1001 1011100 11100000 1100000 111011 0 1100 11011001 1011100 101110

Color Harmonies of #095CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095CE0

Black with #095CE0

Text Example


Text Example

White with #095CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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