Html Css Color HEX #056BC4 Navy Blue

📋 copy color: '#056BC4'

red 5 ◦ green 107 ◦ blue 196

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

Shades of Navy Blue #056BC4

Tints of Navy Blue #056BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 63.64%

R = 1.62%
G = 34.74%
B = 63.64%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#056BC4 (or 0x056BC4) is known color: Navy Blue. HEX triplet: 05, 6B and C4. RGB value is (5,107,196). Sum of RGB (Red+Green+Blue) = 5+107+196=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 196 (76.95% from 255 or 63.64% from 308); Max value from RGB is 196 - color contains mainly: blue. Hex color #056BC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056BC4 is #FA943B. Grayscale: #565656. Windows color (decimal): -16421948 or 12872453. OLE color: 12872453.

HSL color Cylindrical-coordinate representation of color #056BC4: hue angle of 207.96º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056BC4 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 5 107 196 -
CMYK 0.97 0.45 0 0.23
HSL 207.96º 0.95% 0.39% -
HSV(B) 207.96º 0.97% 0.77% -
XYZ 15.28 14.53 54.22 -
YUV 86.65 189.71 69.76 -
System Red Green Blue C M Y K H S L
Decimal 5 107 196 0.97 0.45 0 0.23 207.96 0.95 0.39
Hex 5 6B C4 61 2D 0 17 D0 5F 27
Octal 5 153 304 141 55 0 27 320 137 47
Binary 101 1101011 11000100 1100001 101101 0 10111 11010000 1011111 100111

Color Harmonies of #056BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056BC4

Black with #056BC4

Text Example


Text Example

White with #056BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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