Html Css Color HEX #04234C Sapphire

📋 copy color: '#04234C'

red 4 ◦ green 35 ◦ blue 76

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

Shades of Sapphire #04234C

Tints of Sapphire #04234C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.43%

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

R = 3.48%
G = 30.43%
B = 66.09%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#04234C (or 0x04234C) is known color: Sapphire. HEX triplet: 04, 23 and 4C. RGB value is (4,35,76). Sum of RGB (Red+Green+Blue) = 4+35+76=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 76 (30.08% from 255 or 66.09% from 115); Max value from RGB is 76 - color contains mainly: blue. Hex color #04234C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04234C is #FBDCB3. Grayscale: #1E1E1E. Windows color (decimal): -16506036 or 4989700. OLE color: 4989700.

HSL color Cylindrical-coordinate representation of color #04234C: hue angle of 214.17º 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 #04234C is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 4 35 76 -
CMYK 0.95 0.54 0 0.70
HSL 214.17º 0.9% 0.16% -
HSV(B) 214.17º 0.95% 0.3% -
XYZ 1.96 1.75 7.07 -
YUV 30.41 153.73 109.17 -
System Red Green Blue C M Y K H S L
Decimal 4 35 76 0.95 0.54 0 0.70 214.17 0.9 0.16
Hex 4 23 4C 5F 36 0 46 D6 5A 10
Octal 4 43 114 137 66 0 106 326 132 20
Binary 100 100011 1001100 1011111 110110 0 1000110 11010110 1011010 10000

Color Harmonies of #04234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04234C

Black with #04234C

Text Example


Text Example

White with #04234C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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