Html Css Color HEX #095CED Navy Blue

📋 copy color: '#095CED'

red 9 ◦ green 92 ◦ blue 237

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

Shades of Navy Blue #095CED

Tints of Navy Blue #095CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 70.12%

R = 2.66%
G = 27.22%
B = 70.12%

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

#095CED (or 0x095CED) is known color: Navy Blue. HEX triplet: 09, 5C and ED. RGB value is (9,92,237). Sum of RGB (Red+Green+Blue) = 9+92+237=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 237 (92.97% from 255 or 70.12% from 338); Max value from RGB is 237 - color contains mainly: blue. Hex color #095CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095CED is #F6A312. Grayscale: #535353. Windows color (decimal): -16163603 or 15555593. OLE color: 15555593.

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

Color convert

RGB 9 92 237 -
CMYK 0.96 0.61 0 0.07
HSL 218.16º 0.93% 0.48% -
HSV(B) 218.16º 0.96% 0.93% -
XYZ 19.23 13.83 81.78 -
YUV 83.71 214.5 74.71 -
System Red Green Blue C M Y K H S L
Decimal 9 92 237 0.96 0.61 0 0.07 218.16 0.93 0.48
Hex 9 5C ED 60 3D 0 7 DA 5D 30
Octal 11 134 355 140 75 0 7 332 135 60
Binary 1001 1011100 11101101 1100000 111101 0 111 11011010 1011101 110000

Color Harmonies of #095CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095CED

Black with #095CED

Text Example


Text Example

White with #095CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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