Html Css Color HEX #046CE1 Navy Blue

📋 copy color: '#046CE1'

red 4 ◦ green 108 ◦ blue 225

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

Shades of Navy Blue #046CE1

Tints of Navy Blue #046CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 66.77%

R = 1.19%
G = 32.05%
B = 66.77%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#046CE1 (or 0x046CE1) is known color: Navy Blue. HEX triplet: 04, 6C and E1. RGB value is (4,108,225). Sum of RGB (Red+Green+Blue) = 4+108+225=337 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 225 (88.28% from 255 or 66.77% from 337); Max value from RGB is 225 - color contains mainly: blue. Hex color #046CE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046CE1 is #FB931E. Grayscale: #595959. Windows color (decimal): -16487199 or 14773252. OLE color: 14773252.

HSL color Cylindrical-coordinate representation of color #046CE1: hue angle of 211.76º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046CE1 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 4 108 225 -
CMYK 0.98 0.52 0 0.12
HSL 211.76º 0.97% 0.45% -
HSV(B) 211.76º 0.98% 0.88% -
XYZ 19 16.19 73.36 -
YUV 90.24 204.04 66.49 -
System Red Green Blue C M Y K H S L
Decimal 4 108 225 0.98 0.52 0 0.12 211.76 0.97 0.45
Hex 4 6C E1 62 34 0 C D4 61 2D
Octal 4 154 341 142 64 0 14 324 141 55
Binary 100 1101100 11100001 1100010 110100 0 1100 11010100 1100001 101101

Color Harmonies of #046CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046CE1

Black with #046CE1

Text Example


Text Example

White with #046CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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