Html Css Color HEX #046BBB Navy Blue

📋 copy color: '#046BBB'

red 4 ◦ green 107 ◦ blue 187

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

Shades of Navy Blue #046BBB

Tints of Navy Blue #046BBB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.91%

 BLUE value IS 187 (73.44% from 255) = 62.75%

R = 1.34%
G = 35.91%
B = 62.75%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#046BBB (or 0x046BBB) is known color: Navy Blue. HEX triplet: 04, 6B and BB. RGB value is (4,107,187). Sum of RGB (Red+Green+Blue) = 4+107+187=298 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #046BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046BBB is #FB9444. Grayscale: #545454. Windows color (decimal): -16487493 or 12282628. OLE color: 12282628.

HSL color Cylindrical-coordinate representation of color #046BBB: hue angle of 206.23º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046BBB is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 107 187 -
CMYK 0.98 0.43 0 0.27
HSL 206.23º 0.96% 0.37% -
HSV(B) 206.23º 0.98% 0.73% -
XYZ 14.28 14.13 48.99 -
YUV 85.32 185.38 70 -
System Red Green Blue C M Y K H S L
Decimal 4 107 187 0.98 0.43 0 0.27 206.23 0.96 0.37
Hex 4 6B BB 62 2B 0 1B CE 60 25
Octal 4 153 273 142 53 0 33 316 140 45
Binary 100 1101011 10111011 1100010 101011 0 11011 11001110 1100000 100101

Color Harmonies of #046BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046BBB

Black with #046BBB

Text Example


Text Example

White with #046BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,107,187); }

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

background-color css

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

 a { background-color: rgb(4,107,187); }

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

border-color css

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

 span { border-color: rgb(4,107,187); }

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