Html Css Color HEX #04244D Sapphire

📋 copy color: '#04244D'

red 4 ◦ green 36 ◦ blue 77

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

Shades of Sapphire #04244D

Tints of Sapphire #04244D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30.77%

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

R = 3.42%
G = 30.77%
B = 65.81%

CMYK

 C value IS 0.95

 M value IS 0.53

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#04244D (or 0x04244D) is known color: Sapphire. HEX triplet: 04, 24 and 4D. RGB value is (4,36,77). Sum of RGB (Red+Green+Blue) = 4+36+77=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 77 (30.47% from 255 or 65.81% from 117); Max value from RGB is 77 - color contains mainly: blue. Hex color #04244D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04244D is #FBDBB2. Grayscale: #1E1E1E. Windows color (decimal): -16505779 or 5055492. OLE color: 5055492.

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

Color convert

RGB 4 36 77 -
CMYK 0.95 0.53 0 0.70
HSL 213.7º 0.9% 0.16% -
HSV(B) 213.7º 0.95% 0.3% -
XYZ 2.02 1.82 7.27 -
YUV 31.11 153.9 108.67 -
System Red Green Blue C M Y K H S L
Decimal 4 36 77 0.95 0.53 0 0.70 213.7 0.9 0.16
Hex 4 24 4D 5F 35 0 46 D6 5A 10
Octal 4 44 115 137 65 0 106 326 132 20
Binary 100 100100 1001101 1011111 110101 0 1000110 11010110 1011010 10000

Color Harmonies of #04244D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04244D

Black with #04244D

Text Example


Text Example

White with #04244D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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