Html Css Color HEX #05244D Sapphire

📋 copy color: '#05244D'

red 5 ◦ green 36 ◦ blue 77

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

Shades of Sapphire #05244D

Tints of Sapphire #05244D

RGB

 RED value IS 5 (2.34% from 255) = 4.24%

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

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

R = 4.24%
G = 30.51%
B = 65.25%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#05244D (or 0x05244D) is known color: Sapphire. HEX triplet: 05, 24 and 4D. RGB value is (5,36,77). Sum of RGB (Red+Green+Blue) = 5+36+77=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 77 (30.47% from 255 or 65.25% from 118); Max value from RGB is 77 - color contains mainly: blue. Hex color #05244D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05244D is #FADBB2. Grayscale: #1F1F1F. Windows color (decimal): -16440243 or 5055493. OLE color: 5055493.

HSL color Cylindrical-coordinate representation of color #05244D: hue angle of 214.17º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05244D is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 36 77 -
CMYK 0.94 0.53 0 0.70
HSL 214.17º 0.88% 0.16% -
HSV(B) 214.17º 0.94% 0.3% -
XYZ 2.03 1.83 7.27 -
YUV 31.41 153.73 109.17 -
System Red Green Blue C M Y K H S L
Decimal 5 36 77 0.94 0.53 0 0.70 214.17 0.88 0.16
Hex 5 24 4D 5E 35 0 46 D6 58 10
Octal 5 44 115 136 65 0 106 326 130 20
Binary 101 100100 1001101 1011110 110101 0 1000110 11010110 1011000 10000

Color Harmonies of #05244D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05244D

Black with #05244D

Text Example


Text Example

White with #05244D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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