Html Css Color HEX #056BCB Navy Blue

📋 copy color: '#056BCB'

red 5 ◦ green 107 ◦ blue 203

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

Shades of Navy Blue #056BCB

Tints of Navy Blue #056BCB

RGB

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

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

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

R = 1.59%
G = 33.97%
B = 64.44%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#056BCB (or 0x056BCB) is known color: Navy Blue. HEX triplet: 05, 6B and CB. RGB value is (5,107,203). Sum of RGB (Red+Green+Blue) = 5+107+203=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #056BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056BCB is #FA9434. Grayscale: #565656. Windows color (decimal): -16421941 or 13331205. OLE color: 13331205.

HSL color Cylindrical-coordinate representation of color #056BCB: hue angle of 209.09º 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 #056BCB is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 107 203 -
CMYK 0.98 0.47 0 0.20
HSL 209.09º 0.95% 0.41% -
HSV(B) 209.09º 0.98% 0.8% -
XYZ 16.1 14.86 58.52 -
YUV 87.45 193.21 69.19 -
System Red Green Blue C M Y K H S L
Decimal 5 107 203 0.98 0.47 0 0.20 209.09 0.95 0.41
Hex 5 6B CB 62 2F 0 14 D1 5F 29
Octal 5 153 313 142 57 0 24 321 137 51
Binary 101 1101011 11001011 1100010 101111 0 10100 11010001 1011111 101001

Color Harmonies of #056BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056BCB

Black with #056BCB

Text Example


Text Example

White with #056BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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