Html Css Color HEX #046FF0 Navy Blue

📋 copy color: '#046FF0'

red 4 ◦ green 111 ◦ blue 240

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

Shades of Navy Blue #046FF0

Tints of Navy Blue #046FF0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.27%

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

R = 1.13%
G = 31.27%
B = 67.61%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#046FF0 (or 0x046FF0) is known color: Navy Blue. HEX triplet: 04, 6F and F0. RGB value is (4,111,240). Sum of RGB (Red+Green+Blue) = 4+111+240=355 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 240 (94.14% from 255 or 67.61% from 355); Max value from RGB is 240 - color contains mainly: blue. Hex color #046FF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046FF0 is #FB900F. Grayscale: #5D5D5D. Windows color (decimal): -16486416 or 15757060. OLE color: 15757060.

HSL color Cylindrical-coordinate representation of color #046FF0: hue angle of 212.8º 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 #046FF0 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 4 111 240 -
CMYK 0.98 0.54 0 0.06
HSL 212.8º 0.97% 0.48% -
HSV(B) 212.8º 0.98% 0.94% -
XYZ 21.46 17.69 84.72 -
YUV 93.71 210.55 64.01 -
System Red Green Blue C M Y K H S L
Decimal 4 111 240 0.98 0.54 0 0.06 212.8 0.97 0.48
Hex 4 6F F0 62 36 0 6 D5 61 30
Octal 4 157 360 142 66 0 6 325 141 60
Binary 100 1101111 11110000 1100010 110110 0 110 11010101 1100001 110000

Color Harmonies of #046FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046FF0

Black with #046FF0

Text Example


Text Example

White with #046FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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