Html Css Color HEX #046FCA Navy Blue

📋 copy color: '#046FCA'

red 4 ◦ green 111 ◦ blue 202

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

Shades of Navy Blue #046FCA

Tints of Navy Blue #046FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 63.72%

R = 1.26%
G = 35.02%
B = 63.72%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#046FCA (or 0x046FCA) is known color: Navy Blue. HEX triplet: 04, 6F and CA. RGB value is (4,111,202). Sum of RGB (Red+Green+Blue) = 4+111+202=317 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 202 (79.30% from 255 or 63.72% from 317); Max value from RGB is 202 - color contains mainly: blue. Hex color #046FCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046FCA is #FB9035. Grayscale: #585858. Windows color (decimal): -16486454 or 13266692. OLE color: 13266692.

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

Color convert

RGB 4 111 202 -
CMYK 0.98 0.45 0 0.21
HSL 207.58º 0.96% 0.4% -
HSV(B) 207.58º 0.98% 0.79% -
XYZ 16.4 15.66 58.04 -
YUV 89.38 191.55 67.1 -
System Red Green Blue C M Y K H S L
Decimal 4 111 202 0.98 0.45 0 0.21 207.58 0.96 0.4
Hex 4 6F CA 62 2D 0 15 D0 60 28
Octal 4 157 312 142 55 0 25 320 140 50
Binary 100 1101111 11001010 1100010 101101 0 10101 11010000 1100000 101000

Color Harmonies of #046FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046FCA

Black with #046FCA

Text Example


Text Example

White with #046FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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