Html Css Color HEX #046CDA Navy Blue

📋 copy color: '#046CDA'

red 4 ◦ green 108 ◦ blue 218

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

Shades of Navy Blue #046CDA

Tints of Navy Blue #046CDA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.73%

 BLUE value IS 218 (85.55% from 255) = 66.06%

R = 1.21%
G = 32.73%
B = 66.06%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#046CDA (or 0x046CDA) is known color: Navy Blue. HEX triplet: 04, 6C and DA. RGB value is (4,108,218). Sum of RGB (Red+Green+Blue) = 4+108+218=330 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #046CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046CDA is #FB9325. Grayscale: #585858. Windows color (decimal): -16487206 or 14314500. OLE color: 14314500.

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

Color convert

RGB 4 108 218 -
CMYK 0.98 0.50 0 0.15
HSL 210.84º 0.96% 0.44% -
HSV(B) 210.84º 0.98% 0.85% -
XYZ 18.07 15.81 68.43 -
YUV 89.44 200.54 67.06 -
System Red Green Blue C M Y K H S L
Decimal 4 108 218 0.98 0.50 0 0.15 210.84 0.96 0.44
Hex 4 6C DA 62 32 0 F D3 60 2C
Octal 4 154 332 142 62 0 17 323 140 54
Binary 100 1101100 11011010 1100010 110010 0 1111 11010011 1100000 101100

Color Harmonies of #046CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046CDA

Black with #046CDA

Text Example


Text Example

White with #046CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,108,218); }

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

background-color css

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

 a { background-color: rgb(4,108,218); }

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

border-color css

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

 span { border-color: rgb(4,108,218); }

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