Html Css Color HEX #046FDF Navy Blue

📋 copy color: '#046FDF'

red 4 ◦ green 111 ◦ blue 223

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

Shades of Navy Blue #046FDF

Tints of Navy Blue #046FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.98%

R = 1.18%
G = 32.84%
B = 65.98%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#046FDF (or 0x046FDF) is known color: Navy Blue. HEX triplet: 04, 6F and DF. RGB value is (4,111,223). Sum of RGB (Red+Green+Blue) = 4+111+223=338 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #046FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046FDF is #FB9020. Grayscale: #5B5B5B. Windows color (decimal): -16486433 or 14642948. OLE color: 14642948.

HSL color Cylindrical-coordinate representation of color #046FDF: hue angle of 210.68º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046FDF is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 111 223 -
CMYK 0.98 0.50 0 0.13
HSL 210.68º 0.96% 0.45% -
HSV(B) 210.68º 0.98% 0.87% -
XYZ 19.05 16.72 72.04 -
YUV 91.78 202.05 65.39 -
System Red Green Blue C M Y K H S L
Decimal 4 111 223 0.98 0.50 0 0.13 210.68 0.96 0.45
Hex 4 6F DF 62 32 0 D D3 60 2D
Octal 4 157 337 142 62 0 15 323 140 55
Binary 100 1101111 11011111 1100010 110010 0 1101 11010011 1100000 101101

Color Harmonies of #046FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046FDF

Black with #046FDF

Text Example


Text Example

White with #046FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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