Html Css Color HEX #05245D Sapphire

📋 copy color: '#05245D'

red 5 ◦ green 36 ◦ blue 93

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

Shades of Sapphire #05245D

Tints of Sapphire #05245D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 69.4%

R = 3.73%
G = 26.87%
B = 69.4%

CMYK

 C value IS 0.95

 M value IS 0.61

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05245D (or 0x05245D) is known color: Sapphire. HEX triplet: 05, 24 and 5D. RGB value is (5,36,93). Sum of RGB (Red+Green+Blue) = 5+36+93=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 93 (36.72% from 255 or 69.40% from 134); Max value from RGB is 93 - color contains mainly: blue. Hex color #05245D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05245D is #FADBA2. Grayscale: #202020. Windows color (decimal): -16440227 or 6104069. OLE color: 6104069.

HSL color Cylindrical-coordinate representation of color #05245D: hue angle of 218.86º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05245D is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 36 93 -
CMYK 0.95 0.61 0 0.64
HSL 218.86º 0.9% 0.19% -
HSV(B) 218.86º 0.95% 0.36% -
XYZ 2.67 2.08 10.62 -
YUV 33.23 161.73 107.87 -
System Red Green Blue C M Y K H S L
Decimal 5 36 93 0.95 0.61 0 0.64 218.86 0.9 0.19
Hex 5 24 5D 5F 3D 0 40 DB 5A 13
Octal 5 44 135 137 75 0 100 333 132 23
Binary 101 100100 1011101 1011111 111101 0 1000000 11011011 1011010 10011

Color Harmonies of #05245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05245D

Black with #05245D

Text Example


Text Example

White with #05245D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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