Html Css Color HEX #046BDF Navy Blue

📋 copy color: '#046BDF'

red 4 ◦ green 107 ◦ blue 223

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

Shades of Navy Blue #046BDF

Tints of Navy Blue #046BDF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.04%

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

R = 1.2%
G = 32.04%
B = 66.77%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#046BDF (or 0x046BDF) is known color: Navy Blue. HEX triplet: 04, 6B and DF. RGB value is (4,107,223). Sum of RGB (Red+Green+Blue) = 4+107+223=334 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #046BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046BDF is #FB9420. Grayscale: #585858. Windows color (decimal): -16487457 or 14641924. OLE color: 14641924.

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

Color convert

RGB 4 107 223 -
CMYK 0.98 0.52 0 0.13
HSL 211.78º 0.96% 0.45% -
HSV(B) 211.78º 0.98% 0.87% -
XYZ 18.63 15.87 71.89 -
YUV 89.43 203.38 67.07 -
System Red Green Blue C M Y K H S L
Decimal 4 107 223 0.98 0.52 0 0.13 211.78 0.96 0.45
Hex 4 6B DF 62 34 0 D D4 60 2D
Octal 4 153 337 142 64 0 15 324 140 55
Binary 100 1101011 11011111 1100010 110100 0 1101 11010100 1100000 101101

Color Harmonies of #046BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046BDF

Black with #046BDF

Text Example


Text Example

White with #046BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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