Html Css Color HEX #05257F Sapphire

📋 copy color: '#05257F'

red 5 ◦ green 37 ◦ blue 127

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

Shades of Sapphire #05257F

Tints of Sapphire #05257F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 75.15%

R = 2.96%
G = 21.89%
B = 75.15%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#05257F (or 0x05257F) is known color: Sapphire. HEX triplet: 05, 25 and 7F. RGB value is (5,37,127). Sum of RGB (Red+Green+Blue) = 5+37+127=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 127 (50% from 255 or 75.15% from 169); Max value from RGB is 127 - color contains mainly: blue. Hex color #05257F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05257F is #FADA80. Grayscale: #252525. Windows color (decimal): -16439937 or 8332549. OLE color: 8332549.

HSL color Cylindrical-coordinate representation of color #05257F: hue angle of 224.26º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05257F is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 37 127 -
CMYK 0.96 0.71 0 0.50
HSL 224.26º 0.92% 0.26% -
HSV(B) 224.26º 0.96% 0.5% -
XYZ 4.55 2.89 20.4 -
YUV 37.69 178.4 104.68 -
System Red Green Blue C M Y K H S L
Decimal 5 37 127 0.96 0.71 0 0.50 224.26 0.92 0.26
Hex 5 25 7F 60 47 0 32 E0 5C 1A
Octal 5 45 177 140 107 0 62 340 134 32
Binary 101 100101 1111111 1100000 1000111 0 110010 11100000 1011100 11010

Color Harmonies of #05257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05257F

Black with #05257F

Text Example


Text Example

White with #05257F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05257F; }

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

 H1.HeaderClassName
 {
   color: #05257F;
 }
 .AnyTagClassName
 {
   color: #05257F;
 }
</style>

background-color css

<style>
 a { background-color: #05257F; }

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

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

border-color css

<style>
 span { border-color: #05257F; }

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

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