Html Css Color HEX #046CEB Navy Blue

📋 copy color: '#046CEB'

red 4 ◦ green 108 ◦ blue 235

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

Shades of Navy Blue #046CEB

Tints of Navy Blue #046CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 67.72%

R = 1.15%
G = 31.12%
B = 67.72%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#046CEB (or 0x046CEB) is known color: Navy Blue. HEX triplet: 04, 6C and EB. RGB value is (4,108,235). Sum of RGB (Red+Green+Blue) = 4+108+235=347 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 235 (92.19% from 255 or 67.72% from 347); Max value from RGB is 235 - color contains mainly: blue. Hex color #046CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046CEB is #FB9314. Grayscale: #5A5A5A. Windows color (decimal): -16487189 or 15428612. OLE color: 15428612.

HSL color Cylindrical-coordinate representation of color #046CEB: hue angle of 212.99º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046CEB is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 4 108 235 -
CMYK 0.98 0.54 0 0.08
HSL 212.99º 0.97% 0.47% -
HSV(B) 212.99º 0.98% 0.92% -
XYZ 20.41 16.75 80.75 -
YUV 91.38 209.04 65.67 -
System Red Green Blue C M Y K H S L
Decimal 4 108 235 0.98 0.54 0 0.08 212.99 0.97 0.47
Hex 4 6C EB 62 36 0 8 D5 61 2F
Octal 4 154 353 142 66 0 10 325 141 57
Binary 100 1101100 11101011 1100010 110110 0 1000 11010101 1100001 101111

Color Harmonies of #046CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046CEB

Black with #046CEB

Text Example


Text Example

White with #046CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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