Html Css Color HEX #05255D Sapphire

📋 copy color: '#05255D'

red 5 ◦ green 37 ◦ blue 93

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

Shades of Sapphire #05255D

Tints of Sapphire #05255D

RGB

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

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

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

R = 3.7%
G = 27.41%
B = 68.89%

CMYK

 C value IS 0.95

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05255D (or 0x05255D) is known color: Sapphire. HEX triplet: 05, 25 and 5D. RGB value is (5,37,93). Sum of RGB (Red+Green+Blue) = 5+37+93=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 93 (36.72% from 255 or 68.89% from 135); Max value from RGB is 93 - color contains mainly: blue. Hex color #05255D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05255D is #FADAA2. Grayscale: #212121. Windows color (decimal): -16439971 or 6104325. OLE color: 6104325.

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

Color convert

RGB 5 37 93 -
CMYK 0.95 0.60 0 0.64
HSL 218.18º 0.9% 0.19% -
HSV(B) 218.18º 0.95% 0.36% -
XYZ 2.7 2.15 10.63 -
YUV 33.82 161.4 107.45 -
System Red Green Blue C M Y K H S L
Decimal 5 37 93 0.95 0.60 0 0.64 218.18 0.9 0.19
Hex 5 25 5D 5F 3C 0 40 DA 5A 13
Octal 5 45 135 137 74 0 100 332 132 23
Binary 101 100101 1011101 1011111 111100 0 1000000 11011010 1011010 10011

Color Harmonies of #05255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05255D

Black with #05255D

Text Example


Text Example

White with #05255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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