Html Css Color HEX #095CEC Navy Blue

📋 copy color: '#095CEC'

red 9 ◦ green 92 ◦ blue 236

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

Shades of Navy Blue #095CEC

Tints of Navy Blue #095CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 70.03%

R = 2.67%
G = 27.3%
B = 70.03%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#095CEC (or 0x095CEC) is known color: Navy Blue. HEX triplet: 09, 5C and EC. RGB value is (9,92,236). Sum of RGB (Red+Green+Blue) = 9+92+236=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 236 (92.58% from 255 or 70.03% from 337); Max value from RGB is 236 - color contains mainly: blue. Hex color #095CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095CEC is #F6A313. Grayscale: #525252. Windows color (decimal): -16163604 or 15490057. OLE color: 15490057.

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

Color convert

RGB 9 92 236 -
CMYK 0.96 0.61 0 0.07
HSL 218.06º 0.93% 0.48% -
HSV(B) 218.06º 0.96% 0.93% -
XYZ 19.08 13.77 81.01 -
YUV 83.6 214 74.79 -
System Red Green Blue C M Y K H S L
Decimal 9 92 236 0.96 0.61 0 0.07 218.06 0.93 0.48
Hex 9 5C EC 60 3D 0 7 DA 5D 30
Octal 11 134 354 140 75 0 7 332 135 60
Binary 1001 1011100 11101100 1100000 111101 0 111 11011010 1011101 110000

Color Harmonies of #095CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095CEC

Black with #095CEC

Text Example


Text Example

White with #095CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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