Html Css Color HEX #046FDD Navy Blue

📋 copy color: '#046FDD'

red 4 ◦ green 111 ◦ blue 221

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

Shades of Navy Blue #046FDD

Tints of Navy Blue #046FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.77%

R = 1.19%
G = 33.04%
B = 65.77%

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

#046FDD (or 0x046FDD) is known color: Navy Blue. HEX triplet: 04, 6F and DD. RGB value is (4,111,221). Sum of RGB (Red+Green+Blue) = 4+111+221=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #046FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046FDD is #FB9022. Grayscale: #5B5B5B. Windows color (decimal): -16486435 or 14511876. OLE color: 14511876.

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

Color convert

RGB 4 111 221 -
CMYK 0.98 0.50 0 0.13
HSL 210.41º 0.96% 0.44% -
HSV(B) 210.41º 0.98% 0.87% -
XYZ 18.79 16.62 70.62 -
YUV 91.55 201.05 65.56 -
System Red Green Blue C M Y K H S L
Decimal 4 111 221 0.98 0.50 0 0.13 210.41 0.96 0.44
Hex 4 6F DD 62 32 0 D D2 60 2C
Octal 4 157 335 142 62 0 15 322 140 54
Binary 100 1101111 11011101 1100010 110010 0 1101 11010010 1100000 101100

Color Harmonies of #046FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046FDD

Black with #046FDD

Text Example


Text Example

White with #046FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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