Html Css Color HEX #095CEA Navy Blue

📋 copy color: '#095CEA'

red 9 ◦ green 92 ◦ blue 234

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

Shades of Navy Blue #095CEA

Tints of Navy Blue #095CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 69.85%

R = 2.69%
G = 27.46%
B = 69.85%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#095CEA (or 0x095CEA) is known color: Navy Blue. HEX triplet: 09, 5C and EA. RGB value is (9,92,234). Sum of RGB (Red+Green+Blue) = 9+92+234=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 234 (91.80% from 255 or 69.85% from 335); Max value from RGB is 234 - color contains mainly: blue. Hex color #095CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095CEA is #F6A315. Grayscale: #525252. Windows color (decimal): -16163606 or 15358985. OLE color: 15358985.

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

Color convert

RGB 9 92 234 -
CMYK 0.96 0.61 0 0.08
HSL 217.87º 0.93% 0.48% -
HSV(B) 217.87º 0.96% 0.92% -
XYZ 18.79 13.65 79.49 -
YUV 83.37 213 74.95 -
System Red Green Blue C M Y K H S L
Decimal 9 92 234 0.96 0.61 0 0.08 217.87 0.93 0.48
Hex 9 5C EA 60 3D 0 8 DA 5D 30
Octal 11 134 352 140 75 0 10 332 135 60
Binary 1001 1011100 11101010 1100000 111101 0 1000 11011010 1011101 110000

Color Harmonies of #095CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095CEA

Black with #095CEA

Text Example


Text Example

White with #095CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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