Html Css Color HEX #056FCB Navy Blue

📋 copy color: '#056FCB'

red 5 ◦ green 111 ◦ blue 203

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

Shades of Navy Blue #056FCB

Tints of Navy Blue #056FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.8%

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

R = 1.57%
G = 34.8%
B = 63.64%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#056FCB (or 0x056FCB) is known color: Navy Blue. HEX triplet: 05, 6F and CB. RGB value is (5,111,203). Sum of RGB (Red+Green+Blue) = 5+111+203=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #056FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056FCB is #FA9034. Grayscale: #595959. Windows color (decimal): -16420917 or 13332229. OLE color: 13332229.

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

Color convert

RGB 5 111 203 -
CMYK 0.98 0.45 0 0.20
HSL 207.88º 0.95% 0.41% -
HSV(B) 207.88º 0.98% 0.8% -
XYZ 16.53 15.71 58.66 -
YUV 89.79 191.88 67.52 -
System Red Green Blue C M Y K H S L
Decimal 5 111 203 0.98 0.45 0 0.20 207.88 0.95 0.41
Hex 5 6F CB 62 2D 0 14 D0 5F 29
Octal 5 157 313 142 55 0 24 320 137 51
Binary 101 1101111 11001011 1100010 101101 0 10100 11010000 1011111 101001

Color Harmonies of #056FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056FCB

Black with #056FCB

Text Example


Text Example

White with #056FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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