Html Css Color HEX #056BCC Navy Blue

📋 copy color: '#056BCC'

red 5 ◦ green 107 ◦ blue 204

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

Shades of Navy Blue #056BCC

Tints of Navy Blue #056BCC

RGB

 RED value IS 5 (2.34% from 255) = 1.58%

 GREEN value IS 107 (42.19% from 255) = 33.86%

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

R = 1.58%
G = 33.86%
B = 64.56%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#056BCC (or 0x056BCC) is known color: Navy Blue. HEX triplet: 05, 6B and CC. RGB value is (5,107,204). Sum of RGB (Red+Green+Blue) = 5+107+204=316 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #056BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056BCC is #FA9433. Grayscale: #575757. Windows color (decimal): -16421940 or 13396741. OLE color: 13396741.

HSL color Cylindrical-coordinate representation of color #056BCC: hue angle of 209.25º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056BCC is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 5 107 204 -
CMYK 0.98 0.48 0 0.2
HSL 209.25º 0.95% 0.41% -
HSV(B) 209.25º 0.98% 0.8% -
XYZ 16.22 14.91 59.15 -
YUV 87.56 193.71 69.11 -
System Red Green Blue C M Y K H S L
Decimal 5 107 204 0.98 0.48 0 0.2 209.25 0.95 0.41
Hex 5 6B CC 62 30 0 14 D1 5F 29
Octal 5 153 314 142 60 0 24 321 137 51
Binary 101 1101011 11001100 1100010 110000 0 10100 11010001 1011111 101001

Color Harmonies of #056BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056BCC

Black with #056BCC

Text Example


Text Example

White with #056BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056BCC; }

 p { color: rgb(5,107,204); }

 H1.HeaderClassName
 {
   color: #056BCC;
 }
 .AnyTagClassName
 {
   color: #056BCC;
 }
</style>

background-color css

<style>
 a { background-color: #056BCC; }

 a { background-color: rgb(5,107,204); }

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

border-color css

<style>
 span { border-color: #056BCC; }

 span { border-color: rgb(5,107,204); }

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