Html Css Color HEX #056CE9 Navy Blue

📋 copy color: '#056CE9'

red 5 ◦ green 108 ◦ blue 233

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

Shades of Navy Blue #056CE9

Tints of Navy Blue #056CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 67.34%

R = 1.45%
G = 31.21%
B = 67.34%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#056CE9 (or 0x056CE9) is known color: Navy Blue. HEX triplet: 05, 6C and E9. RGB value is (5,108,233). Sum of RGB (Red+Green+Blue) = 5+108+233=346 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 233 (91.41% from 255 or 67.34% from 346); Max value from RGB is 233 - color contains mainly: blue. Hex color #056CE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #056CE9 is #FA9316. Grayscale: #5A5A5A. Windows color (decimal): -16421655 or 15297541. OLE color: 15297541.

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

Color convert

RGB 5 108 233 -
CMYK 0.98 0.54 0 0.09
HSL 212.89º 0.96% 0.47% -
HSV(B) 212.89º 0.98% 0.91% -
XYZ 20.13 16.64 79.24 -
YUV 91.45 207.88 66.34 -
System Red Green Blue C M Y K H S L
Decimal 5 108 233 0.98 0.54 0 0.09 212.89 0.96 0.47
Hex 5 6C E9 62 36 0 9 D5 60 2F
Octal 5 154 351 142 66 0 11 325 140 57
Binary 101 1101100 11101001 1100010 110110 0 1001 11010101 1100000 101111

Color Harmonies of #056CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056CE9

Black with #056CE9

Text Example


Text Example

White with #056CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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