Html Css Color HEX #046FBF Navy Blue

📋 copy color: '#046FBF'

red 4 ◦ green 111 ◦ blue 191

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

Shades of Navy Blue #046FBF

Tints of Navy Blue #046FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.42%

R = 1.31%
G = 36.27%
B = 62.42%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#046FBF (or 0x046FBF) is known color: Navy Blue. HEX triplet: 04, 6F and BF. RGB value is (4,111,191). Sum of RGB (Red+Green+Blue) = 4+111+191=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #046FBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046FBF is #FB9040. Grayscale: #575757. Windows color (decimal): -16486465 or 12545796. OLE color: 12545796.

HSL color Cylindrical-coordinate representation of color #046FBF: hue angle of 205.67º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046FBF is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 111 191 -
CMYK 0.98 0.42 0 0.25
HSL 205.67º 0.96% 0.38% -
HSV(B) 205.67º 0.98% 0.75% -
XYZ 15.14 15.16 51.42 -
YUV 88.13 186.05 68 -
System Red Green Blue C M Y K H S L
Decimal 4 111 191 0.98 0.42 0 0.25 205.67 0.96 0.38
Hex 4 6F BF 62 2A 0 19 CE 60 26
Octal 4 157 277 142 52 0 31 316 140 46
Binary 100 1101111 10111111 1100010 101010 0 11001 11001110 1100000 100110

Color Harmonies of #046FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046FBF

Black with #046FBF

Text Example


Text Example

White with #046FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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