Html Css Color HEX #046FF2 Navy Blue

📋 copy color: '#046FF2'

red 4 ◦ green 111 ◦ blue 242

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

Shades of Navy Blue #046FF2

Tints of Navy Blue #046FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 67.79%

R = 1.12%
G = 31.09%
B = 67.79%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#046FF2 (or 0x046FF2) is known color: Navy Blue. HEX triplet: 04, 6F and F2. RGB value is (4,111,242). Sum of RGB (Red+Green+Blue) = 4+111+242=357 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 242 (94.92% from 255 or 67.79% from 357); Max value from RGB is 242 - color contains mainly: blue. Hex color #046FF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046FF2 is #FB900D. Grayscale: #5D5D5D. Windows color (decimal): -16486414 or 15888132. OLE color: 15888132.

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

Color convert

RGB 4 111 242 -
CMYK 0.98 0.54 0 0.05
HSL 213.03º 0.97% 0.48% -
HSV(B) 213.03º 0.98% 0.95% -
XYZ 21.76 17.81 86.29 -
YUV 93.94 211.55 63.85 -
System Red Green Blue C M Y K H S L
Decimal 4 111 242 0.98 0.54 0 0.05 213.03 0.97 0.48
Hex 4 6F F2 62 36 0 5 D5 61 30
Octal 4 157 362 142 66 0 5 325 141 60
Binary 100 1101111 11110010 1100010 110110 0 101 11010101 1100001 110000

Color Harmonies of #046FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046FF2

Black with #046FF2

Text Example


Text Example

White with #046FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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