Html Css Color HEX #04234D Sapphire

📋 copy color: '#04234D'

red 4 ◦ green 35 ◦ blue 77

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

Shades of Sapphire #04234D

Tints of Sapphire #04234D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 66.38%

R = 3.45%
G = 30.17%
B = 66.38%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#04234D (or 0x04234D) is known color: Sapphire. HEX triplet: 04, 23 and 4D. RGB value is (4,35,77). Sum of RGB (Red+Green+Blue) = 4+35+77=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 77 (30.47% from 255 or 66.38% from 116); Max value from RGB is 77 - color contains mainly: blue. Hex color #04234D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04234D is #FBDCB2. Grayscale: #1E1E1E. Windows color (decimal): -16506035 or 5055236. OLE color: 5055236.

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

Color convert

RGB 4 35 77 -
CMYK 0.95 0.55 0 0.70
HSL 214.52º 0.9% 0.16% -
HSV(B) 214.52º 0.95% 0.3% -
XYZ 1.99 1.76 7.26 -
YUV 30.52 154.23 109.08 -
System Red Green Blue C M Y K H S L
Decimal 4 35 77 0.95 0.55 0 0.70 214.52 0.9 0.16
Hex 4 23 4D 5F 37 0 46 D7 5A 10
Octal 4 43 115 137 67 0 106 327 132 20
Binary 100 100011 1001101 1011111 110111 0 1000110 11010111 1011010 10000

Color Harmonies of #04234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04234D

Black with #04234D

Text Example


Text Example

White with #04234D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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