Html Css Color HEX #0955CC Navy Blue

📋 copy color: '#0955CC'

red 9 ◦ green 85 ◦ blue 204

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

Shades of Navy Blue #0955CC

Tints of Navy Blue #0955CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 68.46%

R = 3.02%
G = 28.52%
B = 68.46%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0955CC (or 0x0955CC) is known color: Navy Blue. HEX triplet: 09, 55 and CC. RGB value is (9,85,204). Sum of RGB (Red+Green+Blue) = 9+85+204=298 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.02% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #0955CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0955CC is #F6AA33. Grayscale: #4B4B4B. Windows color (decimal): -16165428 or 13391113. OLE color: 13391113.

HSL color Cylindrical-coordinate representation of color #0955CC: hue angle of 216.62º 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 #0955CC is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 9 85 204 -
CMYK 0.96 0.58 0 0.2
HSL 216.62º 0.92% 0.42% -
HSV(B) 216.62º 0.96% 0.8% -
XYZ 14.26 10.91 58.48 -
YUV 75.84 200.32 80.32 -
System Red Green Blue C M Y K H S L
Decimal 9 85 204 0.96 0.58 0 0.2 216.62 0.92 0.42
Hex 9 55 CC 60 3A 0 14 D9 5C 2A
Octal 11 125 314 140 72 0 24 331 134 52
Binary 1001 1010101 11001100 1100000 111010 0 10100 11011001 1011100 101010

Color Harmonies of #0955CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0955CC

Black with #0955CC

Text Example


Text Example

White with #0955CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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