Html Css Color HEX #04214D Sapphire

📋 copy color: '#04214D'

red 4 ◦ green 33 ◦ blue 77

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

Shades of Sapphire #04214D

Tints of Sapphire #04214D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 28.95%

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

R = 3.51%
G = 28.95%
B = 67.54%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#04214D (or 0x04214D) is known color: Sapphire. HEX triplet: 04, 21 and 4D. RGB value is (4,33,77). Sum of RGB (Red+Green+Blue) = 4+33+77=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 77 (30.47% from 255 or 67.54% from 114); Max value from RGB is 77 - color contains mainly: blue. Hex color #04214D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04214D is #FBDEB2. Grayscale: #1D1D1D. Windows color (decimal): -16506547 or 5054724. OLE color: 5054724.

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

Color convert

RGB 4 33 77 -
CMYK 0.95 0.57 0 0.70
HSL 216.16º 0.9% 0.16% -
HSV(B) 216.16º 0.95% 0.3% -
XYZ 1.93 1.65 7.24 -
YUV 29.35 154.89 109.92 -
System Red Green Blue C M Y K H S L
Decimal 4 33 77 0.95 0.57 0 0.70 216.16 0.9 0.16
Hex 4 21 4D 5F 39 0 46 D8 5A 10
Octal 4 41 115 137 71 0 106 330 132 20
Binary 100 100001 1001101 1011111 111001 0 1000110 11011000 1011010 10000

Color Harmonies of #04214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04214D

Black with #04214D

Text Example


Text Example

White with #04214D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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