Html Css Color HEX #0955CB Navy Blue

📋 copy color: '#0955CB'

red 9 ◦ green 85 ◦ blue 203

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

Shades of Navy Blue #0955CB

Tints of Navy Blue #0955CB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.62%

 BLUE value IS 203 (79.69% from 255) = 68.35%

R = 3.03%
G = 28.62%
B = 68.35%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0955CB (or 0x0955CB) is known color: Navy Blue. HEX triplet: 09, 55 and CB. RGB value is (9,85,203). Sum of RGB (Red+Green+Blue) = 9+85+203=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #0955CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0955CB is #F6AA34. Grayscale: #4B4B4B. Windows color (decimal): -16165429 or 13325577. OLE color: 13325577.

HSL color Cylindrical-coordinate representation of color #0955CB: hue angle of 216.49º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0955CB is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 85 203 -
CMYK 0.96 0.58 0 0.20
HSL 216.49º 0.92% 0.42% -
HSV(B) 216.49º 0.96% 0.8% -
XYZ 14.14 10.87 57.85 -
YUV 75.73 199.82 80.41 -
System Red Green Blue C M Y K H S L
Decimal 9 85 203 0.96 0.58 0 0.20 216.49 0.92 0.42
Hex 9 55 CB 60 3A 0 14 D8 5C 2A
Octal 11 125 313 140 72 0 24 330 134 52
Binary 1001 1010101 11001011 1100000 111010 0 10100 11011000 1011100 101010

Color Harmonies of #0955CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0955CB

Black with #0955CB

Text Example


Text Example

White with #0955CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0955CB; }

 p { color: rgb(9,85,203); }

 H1.HeaderClassName
 {
   color: #0955CB;
 }
 .AnyTagClassName
 {
   color: #0955CB;
 }
</style>

background-color css

<style>
 a { background-color: #0955CB; }

 a { background-color: rgb(9,85,203); }

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

border-color css

<style>
 span { border-color: #0955CB; }

 span { border-color: rgb(9,85,203); }

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