Html Css Color HEX #005CCB Navy Blue

📋 copy color: '#005CCB'

red 0 ◦ green 92 ◦ blue 203

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

Shades of Navy Blue #005CCB

Tints of Navy Blue #005CCB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 31.19%
B = 68.81%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#005CCB (or 0x005CCB) is known color: Navy Blue. HEX triplet: 00, 5C and CB. RGB value is (0,92,203). Sum of RGB (Red+Green+Blue) = 0+92+203=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 203 (79.69% from 255 or 68.81% from 295); Max value from RGB is 203 - color contains mainly: blue. Hex color #005CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005CCB is #FFA334. Grayscale: #4C4C4C. Windows color (decimal): -16753461 or 13327360. OLE color: 13327360.

HSL color Cylindrical-coordinate representation of color #005CCB: hue angle of 212.81º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005CCB is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 92 203 -
CMYK 1 0.55 0 0.20
HSL 212.81º 1% 0.4% -
HSV(B) 212.81º 1% 0.8% -
XYZ 14.61 11.97 58.04 -
YUV 77.15 199.02 72.97 -
System Red Green Blue C M Y K H S L
Decimal 0 92 203 1 0.55 0 0.20 212.81 1 0.4
Hex 0 5C CB 64 37 0 14 D5 64 28
Octal 0 134 313 144 67 0 24 325 144 50
Binary 0 1011100 11001011 1100100 110111 0 10100 11010101 1100100 101000

Color Harmonies of #005CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005CCB

Black with #005CCB

Text Example


Text Example

White with #005CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005CCB; }

 p { color: rgb(0,92,203); }

 H1.HeaderClassName
 {
   color: #005CCB;
 }
 .AnyTagClassName
 {
   color: #005CCB;
 }
</style>

background-color css

<style>
 a { background-color: #005CCB; }

 a { background-color: rgb(0,92,203); }

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

border-color css

<style>
 span { border-color: #005CCB; }

 span { border-color: rgb(0,92,203); }

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