Html Css Color HEX #04166D Sapphire

📋 copy color: '#04166D'

red 4 ◦ green 22 ◦ blue 109

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

Shades of Sapphire #04166D

Tints of Sapphire #04166D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.3%

 BLUE value IS 109 (42.97% from 255) = 80.74%

R = 2.96%
G = 16.3%
B = 80.74%

CMYK

 C value IS 0.96

 M value IS 0.80

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#04166D (or 0x04166D) is known color: Sapphire. HEX triplet: 04, 16 and 6D. RGB value is (4,22,109). Sum of RGB (Red+Green+Blue) = 4+22+109=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 109 (42.97% from 255 or 80.74% from 135); Max value from RGB is 109 - color contains mainly: blue. Hex color #04166D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04166D is #FBE992. Grayscale: #1A1A1A. Windows color (decimal): -16509331 or 7149060. OLE color: 7149060.

HSL color Cylindrical-coordinate representation of color #04166D: hue angle of 229.71º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04166D is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 4 22 109 -
CMYK 0.96 0.80 0 0.57
HSL 229.71º 0.93% 0.22% -
HSV(B) 229.71º 0.96% 0.43% -
XYZ 3.1 1.7 14.63 -
YUV 26.54 174.54 111.93 -
System Red Green Blue C M Y K H S L
Decimal 4 22 109 0.96 0.80 0 0.57 229.71 0.93 0.22
Hex 4 16 6D 60 50 0 39 E6 5D 16
Octal 4 26 155 140 120 0 71 346 135 26
Binary 100 10110 1101101 1100000 1010000 0 111001 11100110 1011101 10110

Color Harmonies of #04166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04166D

Black with #04166D

Text Example


Text Example

White with #04166D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04166D; }

 p { color: rgb(4,22,109); }

 H1.HeaderClassName
 {
   color: #04166D;
 }
 .AnyTagClassName
 {
   color: #04166D;
 }
</style>

background-color css

<style>
 a { background-color: #04166D; }

 a { background-color: rgb(4,22,109); }

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

border-color css

<style>
 span { border-color: #04166D; }

 span { border-color: rgb(4,22,109); }

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