Html Css Color HEX #04244A Sapphire

📋 copy color: '#04244A'

red 4 ◦ green 36 ◦ blue 74

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

Shades of Sapphire #04244A

Tints of Sapphire #04244A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 64.91%

R = 3.51%
G = 31.58%
B = 64.91%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#04244A (or 0x04244A) is known color: Sapphire. HEX triplet: 04, 24 and 4A. RGB value is (4,36,74). Sum of RGB (Red+Green+Blue) = 4+36+74=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 36 (14.45% from 255 or 31.58% from 114); Blue value is 74 (29.30% from 255 or 64.91% from 114); Max value from RGB is 74 - color contains mainly: blue. Hex color #04244A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04244A is #FBDBB5. Grayscale: #1E1E1E. Windows color (decimal): -16505782 or 4858884. OLE color: 4858884.

HSL color Cylindrical-coordinate representation of color #04244A: hue angle of 212.57º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04244A is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 36 74 -
CMYK 0.95 0.51 0 0.71
HSL 212.57º 0.9% 0.15% -
HSV(B) 212.57º 0.95% 0.29% -
XYZ 1.92 1.78 6.72 -
YUV 30.76 152.4 108.91 -
System Red Green Blue C M Y K H S L
Decimal 4 36 74 0.95 0.51 0 0.71 212.57 0.9 0.15
Hex 4 24 4A 5F 33 0 47 D5 5A F
Octal 4 44 112 137 63 0 107 325 132 17
Binary 100 100100 1001010 1011111 110011 0 1000111 11010101 1011010 1111

Color Harmonies of #04244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04244A

Black with #04244A

Text Example


Text Example

White with #04244A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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