Html Css Color HEX #056CEB Navy Blue

📋 copy color: '#056CEB'

red 5 ◦ green 108 ◦ blue 235

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

Shades of Navy Blue #056CEB

Tints of Navy Blue #056CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 67.53%

R = 1.44%
G = 31.03%
B = 67.53%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#056CEB (or 0x056CEB) is known color: Navy Blue. HEX triplet: 05, 6C and EB. RGB value is (5,108,235). Sum of RGB (Red+Green+Blue) = 5+108+235=348 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 235 (92.19% from 255 or 67.53% from 348); Max value from RGB is 235 - color contains mainly: blue. Hex color #056CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056CEB is #FA9314. Grayscale: #5B5B5B. Windows color (decimal): -16421653 or 15428613. OLE color: 15428613.

HSL color Cylindrical-coordinate representation of color #056CEB: hue angle of 213.13º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #056CEB is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 108 235 -
CMYK 0.98 0.54 0 0.08
HSL 213.13º 0.96% 0.47% -
HSV(B) 213.13º 0.98% 0.92% -
XYZ 20.42 16.76 80.76 -
YUV 91.68 208.88 66.17 -
System Red Green Blue C M Y K H S L
Decimal 5 108 235 0.98 0.54 0 0.08 213.13 0.96 0.47
Hex 5 6C EB 62 36 0 8 D5 60 2F
Octal 5 154 353 142 66 0 10 325 140 57
Binary 101 1101100 11101011 1100010 110110 0 1000 11010101 1100000 101111

Color Harmonies of #056CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056CEB

Black with #056CEB

Text Example


Text Example

White with #056CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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