Html Css Color HEX #046CC1 Navy Blue

📋 copy color: '#046CC1'

red 4 ◦ green 108 ◦ blue 193

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

Shades of Navy Blue #046CC1

Tints of Navy Blue #046CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 63.28%

R = 1.31%
G = 35.41%
B = 63.28%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#046CC1 (or 0x046CC1) is known color: Navy Blue. HEX triplet: 04, 6C and C1. RGB value is (4,108,193). Sum of RGB (Red+Green+Blue) = 4+108+193=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 193 (75.78% from 255 or 63.28% from 305); Max value from RGB is 193 - color contains mainly: blue. Hex color #046CC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046CC1 is #FB933E. Grayscale: #565656. Windows color (decimal): -16487231 or 12676100. OLE color: 12676100.

HSL color Cylindrical-coordinate representation of color #046CC1: hue angle of 206.98º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046CC1 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 4 108 193 -
CMYK 0.98 0.44 0 0.24
HSL 206.98º 0.96% 0.39% -
HSV(B) 206.98º 0.98% 0.76% -
XYZ 15.04 14.6 52.48 -
YUV 86.59 188.04 69.09 -
System Red Green Blue C M Y K H S L
Decimal 4 108 193 0.98 0.44 0 0.24 206.98 0.96 0.39
Hex 4 6C C1 62 2C 0 18 CF 60 27
Octal 4 154 301 142 54 0 30 317 140 47
Binary 100 1101100 11000001 1100010 101100 0 11000 11001111 1100000 100111

Color Harmonies of #046CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046CC1

Black with #046CC1

Text Example


Text Example

White with #046CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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