Html Css Color HEX #04126D Sapphire

📋 copy color: '#04126D'

red 4 ◦ green 18 ◦ blue 109

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

Shades of Sapphire #04126D

Tints of Sapphire #04126D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.74%

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

R = 3.05%
G = 13.74%
B = 83.21%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#04126D (or 0x04126D) is known color: Sapphire. HEX triplet: 04, 12 and 6D. RGB value is (4,18,109). Sum of RGB (Red+Green+Blue) = 4+18+109=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 109 (42.97% from 255 or 83.21% from 131); Max value from RGB is 109 - color contains mainly: blue. Hex color #04126D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04126D is #FBED92. Grayscale: #171717. Windows color (decimal): -16510355 or 7148036. OLE color: 7148036.

HSL color Cylindrical-coordinate representation of color #04126D: hue angle of 232º 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 #04126D is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 4 18 109 -
CMYK 0.96 0.83 0 0.57
HSL 232º 0.93% 0.22% -
HSV(B) 232º 0.96% 0.43% -
XYZ 3.03 1.56 14.61 -
YUV 24.19 175.86 113.6 -
System Red Green Blue C M Y K H S L
Decimal 4 18 109 0.96 0.83 0 0.57 232 0.93 0.22
Hex 4 12 6D 60 53 0 39 E8 5D 16
Octal 4 22 155 140 123 0 71 350 135 26
Binary 100 10010 1101101 1100000 1010011 0 111001 11101000 1011101 10110

Color Harmonies of #04126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04126D

Black with #04126D

Text Example


Text Example

White with #04126D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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