Html Css Color HEX #05254D Sapphire

📋 copy color: '#05254D'

red 5 ◦ green 37 ◦ blue 77

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

Shades of Sapphire #05254D

Tints of Sapphire #05254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.09%

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

R = 4.2%
G = 31.09%
B = 64.71%

CMYK

 C value IS 0.94

 M value IS 0.52

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#05254D (or 0x05254D) is known color: Sapphire. HEX triplet: 05, 25 and 4D. RGB value is (5,37,77). Sum of RGB (Red+Green+Blue) = 5+37+77=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 77 (30.47% from 255 or 64.71% from 119); Max value from RGB is 77 - color contains mainly: blue. Hex color #05254D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05254D is #FADAB2. Grayscale: #1F1F1F. Windows color (decimal): -16439987 or 5055749. OLE color: 5055749.

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

Color convert

RGB 5 37 77 -
CMYK 0.94 0.52 0 0.70
HSL 213.33º 0.88% 0.16% -
HSV(B) 213.33º 0.94% 0.3% -
XYZ 2.06 1.89 7.28 -
YUV 31.99 153.4 108.75 -
System Red Green Blue C M Y K H S L
Decimal 5 37 77 0.94 0.52 0 0.70 213.33 0.88 0.16
Hex 5 25 4D 5E 34 0 46 D5 58 10
Octal 5 45 115 136 64 0 106 325 130 20
Binary 101 100101 1001101 1011110 110100 0 1000110 11010101 1011000 10000

Color Harmonies of #05254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05254D

Black with #05254D

Text Example


Text Example

White with #05254D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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