Html Css Color HEX #046CF0 Navy Blue

📋 copy color: '#046CF0'

red 4 ◦ green 108 ◦ blue 240

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

Shades of Navy Blue #046CF0

Tints of Navy Blue #046CF0

RGB

 RED value IS 4 (1.95% from 255) = 1.14%

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

 BLUE value IS 240 (94.14% from 255) = 68.18%

R = 1.14%
G = 30.68%
B = 68.18%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#046CF0 (or 0x046CF0) is known color: Navy Blue. HEX triplet: 04, 6C and F0. RGB value is (4,108,240). Sum of RGB (Red+Green+Blue) = 4+108+240=352 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 240 (94.14% from 255 or 68.18% from 352); Max value from RGB is 240 - color contains mainly: blue. Hex color #046CF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046CF0 is #FB930F. Grayscale: #5B5B5B. Windows color (decimal): -16487184 or 15756292. OLE color: 15756292.

HSL color Cylindrical-coordinate representation of color #046CF0: hue angle of 213.56º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046CF0 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 4 108 240 -
CMYK 0.98 0.55 0 0.06
HSL 213.56º 0.97% 0.48% -
HSV(B) 213.56º 0.98% 0.94% -
XYZ 21.14 17.04 84.61 -
YUV 91.95 211.54 65.27 -
System Red Green Blue C M Y K H S L
Decimal 4 108 240 0.98 0.55 0 0.06 213.56 0.97 0.48
Hex 4 6C F0 62 37 0 6 D6 61 30
Octal 4 154 360 142 67 0 6 326 141 60
Binary 100 1101100 11110000 1100010 110111 0 110 11010110 1100001 110000

Color Harmonies of #046CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046CF0

Black with #046CF0

Text Example


Text Example

White with #046CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046CF0; }

 p { color: rgb(4,108,240); }

 H1.HeaderClassName
 {
   color: #046CF0;
 }
 .AnyTagClassName
 {
   color: #046CF0;
 }
</style>

background-color css

<style>
 a { background-color: #046CF0; }

 a { background-color: rgb(4,108,240); }

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

border-color css

<style>
 span { border-color: #046CF0; }

 span { border-color: rgb(4,108,240); }

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