Html Css Color HEX #05247E Sapphire

📋 copy color: '#05247E'

red 5 ◦ green 36 ◦ blue 126

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

Shades of Sapphire #05247E

Tints of Sapphire #05247E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 75.45%

R = 2.99%
G = 21.56%
B = 75.45%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#05247E (or 0x05247E) is known color: Sapphire. HEX triplet: 05, 24 and 7E. RGB value is (5,36,126). Sum of RGB (Red+Green+Blue) = 5+36+126=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 126 (49.61% from 255 or 75.45% from 167); Max value from RGB is 126 - color contains mainly: blue. Hex color #05247E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05247E is #FADB81. Grayscale: #242424. Windows color (decimal): -16440194 or 8266757. OLE color: 8266757.

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

Color convert

RGB 5 36 126 -
CMYK 0.96 0.71 0 0.51
HSL 224.63º 0.92% 0.26% -
HSV(B) 224.63º 0.96% 0.49% -
XYZ 4.46 2.8 20.04 -
YUV 36.99 178.23 105.18 -
System Red Green Blue C M Y K H S L
Decimal 5 36 126 0.96 0.71 0 0.51 224.63 0.92 0.26
Hex 5 24 7E 60 47 0 33 E1 5C 1A
Octal 5 44 176 140 107 0 63 341 134 32
Binary 101 100100 1111110 1100000 1000111 0 110011 11100001 1011100 11010

Color Harmonies of #05247E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05247E

Black with #05247E

Text Example


Text Example

White with #05247E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05247E; }

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

 H1.HeaderClassName
 {
   color: #05247E;
 }
 .AnyTagClassName
 {
   color: #05247E;
 }
</style>

background-color css

<style>
 a { background-color: #05247E; }

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

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

border-color css

<style>
 span { border-color: #05247E; }

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

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