Html Css Color HEX #056CCF Navy Blue

📋 copy color: '#056CCF'

red 5 ◦ green 108 ◦ blue 207

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

Shades of Navy Blue #056CCF

Tints of Navy Blue #056CCF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.75%

 BLUE value IS 207 (81.25% from 255) = 64.69%

R = 1.56%
G = 33.75%
B = 64.69%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#056CCF (or 0x056CCF) is known color: Navy Blue. HEX triplet: 05, 6C and CF. RGB value is (5,108,207). Sum of RGB (Red+Green+Blue) = 5+108+207=320 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #056CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056CCF is #FA9330. Grayscale: #575757. Windows color (decimal): -16421681 or 13593605. OLE color: 13593605.

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

Color convert

RGB 5 108 207 -
CMYK 0.98 0.48 0 0.19
HSL 209.41º 0.95% 0.42% -
HSV(B) 209.41º 0.98% 0.81% -
XYZ 16.69 15.26 61.1 -
YUV 88.49 194.88 68.45 -
System Red Green Blue C M Y K H S L
Decimal 5 108 207 0.98 0.48 0 0.19 209.41 0.95 0.42
Hex 5 6C CF 62 30 0 13 D1 5F 2A
Octal 5 154 317 142 60 0 23 321 137 52
Binary 101 1101100 11001111 1100010 110000 0 10011 11010001 1011111 101010

Color Harmonies of #056CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056CCF

Black with #056CCF

Text Example


Text Example

White with #056CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,108,207); }

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

background-color css

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

 a { background-color: rgb(5,108,207); }

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

border-color css

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

 span { border-color: rgb(5,108,207); }

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