Html Css Color HEX #046CCF Navy Blue

📋 copy color: '#046CCF'

red 4 ◦ green 108 ◦ blue 207

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

Shades of Navy Blue #046CCF

Tints of Navy Blue #046CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 64.89%

R = 1.25%
G = 33.86%
B = 64.89%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#046CCF (or 0x046CCF) is known color: Navy Blue. HEX triplet: 04, 6C and CF. RGB value is (4,108,207). Sum of RGB (Red+Green+Blue) = 4+108+207=319 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 207 (81.25% from 255 or 64.89% from 319); Max value from RGB is 207 - color contains mainly: blue. Hex color #046CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046CCF is #FB9330. Grayscale: #575757. Windows color (decimal): -16487217 or 13593604. OLE color: 13593604.

HSL color Cylindrical-coordinate representation of color #046CCF: hue angle of 209.26º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046CCF is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 108 207 -
CMYK 0.98 0.48 0 0.19
HSL 209.26º 0.96% 0.41% -
HSV(B) 209.26º 0.98% 0.81% -
XYZ 16.68 15.26 61.1 -
YUV 88.19 195.04 67.95 -
System Red Green Blue C M Y K H S L
Decimal 4 108 207 0.98 0.48 0 0.19 209.26 0.96 0.41
Hex 4 6C CF 62 30 0 13 D1 60 29
Octal 4 154 317 142 60 0 23 321 140 51
Binary 100 1101100 11001111 1100010 110000 0 10011 11010001 1100000 101001

Color Harmonies of #046CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046CCF

Black with #046CCF

Text Example


Text Example

White with #046CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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