Html Css Color HEX #04124C Sapphire

📋 copy color: '#04124C'

red 4 ◦ green 18 ◦ blue 76

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

Shades of Sapphire #04124C

Tints of Sapphire #04124C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 77.55%

R = 4.08%
G = 18.37%
B = 77.55%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#04124C (or 0x04124C) is known color: Sapphire. HEX triplet: 04, 12 and 4C. RGB value is (4,18,76). Sum of RGB (Red+Green+Blue) = 4+18+76=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 76 (30.08% from 255 or 77.55% from 98); Max value from RGB is 76 - color contains mainly: blue. Hex color #04124C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04124C is #FBEDB3. Grayscale: #141414. Windows color (decimal): -16510388 or 4985348. OLE color: 4985348.

HSL color Cylindrical-coordinate representation of color #04124C: hue angle of 228.33º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04124C is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 4 18 76 -
CMYK 0.95 0.76 0 0.70
HSL 228.33º 0.9% 0.16% -
HSV(B) 228.33º 0.95% 0.3% -
XYZ 1.57 0.98 6.94 -
YUV 20.43 159.36 116.28 -
System Red Green Blue C M Y K H S L
Decimal 4 18 76 0.95 0.76 0 0.70 228.33 0.9 0.16
Hex 4 12 4C 5F 4C 0 46 E4 5A 10
Octal 4 22 114 137 114 0 106 344 132 20
Binary 100 10010 1001100 1011111 1001100 0 1000110 11100100 1011010 10000

Color Harmonies of #04124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04124C

Black with #04124C

Text Example


Text Example

White with #04124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04124C; }

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

 H1.HeaderClassName
 {
   color: #04124C;
 }
 .AnyTagClassName
 {
   color: #04124C;
 }
</style>

background-color css

<style>
 a { background-color: #04124C; }

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

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

border-color css

<style>
 span { border-color: #04124C; }

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

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