Html Css Color HEX #046FCF Navy Blue

📋 copy color: '#046FCF'

red 4 ◦ green 111 ◦ blue 207

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

Shades of Navy Blue #046FCF

Tints of Navy Blue #046FCF

RGB

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

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

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

R = 1.24%
G = 34.47%
B = 64.29%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#046FCF (or 0x046FCF) is known color: Navy Blue. HEX triplet: 04, 6F and CF. RGB value is (4,111,207). Sum of RGB (Red+Green+Blue) = 4+111+207=322 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #046FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046FCF is #FB9030. Grayscale: #595959. Windows color (decimal): -16486449 or 13594372. OLE color: 13594372.

HSL color Cylindrical-coordinate representation of color #046FCF: hue angle of 208.37º 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 #046FCF is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 111 207 -
CMYK 0.98 0.46 0 0.19
HSL 208.37º 0.96% 0.41% -
HSV(B) 208.37º 0.98% 0.81% -
XYZ 17 15.9 61.2 -
YUV 89.95 194.05 66.69 -
System Red Green Blue C M Y K H S L
Decimal 4 111 207 0.98 0.46 0 0.19 208.37 0.96 0.41
Hex 4 6F CF 62 2E 0 13 D0 60 29
Octal 4 157 317 142 56 0 23 320 140 51
Binary 100 1101111 11001111 1100010 101110 0 10011 11010000 1100000 101001

Color Harmonies of #046FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046FCF

Black with #046FCF

Text Example


Text Example

White with #046FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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