Html Css Color HEX #05246D Sapphire

📋 copy color: '#05246D'

red 5 ◦ green 36 ◦ blue 109

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

Shades of Sapphire #05246D

Tints of Sapphire #05246D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 72.67%

R = 3.33%
G = 24%
B = 72.67%

CMYK

 C value IS 0.95

 M value IS 0.67

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#05246D (or 0x05246D) is known color: Sapphire. HEX triplet: 05, 24 and 6D. RGB value is (5,36,109). Sum of RGB (Red+Green+Blue) = 5+36+109=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 109 (42.97% from 255 or 72.67% from 150); Max value from RGB is 109 - color contains mainly: blue. Hex color #05246D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05246D is #FADB92. Grayscale: #222222. Windows color (decimal): -16440211 or 7152645. OLE color: 7152645.

HSL color Cylindrical-coordinate representation of color #05246D: hue angle of 222.12º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05246D is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 36 109 -
CMYK 0.95 0.67 0 0.57
HSL 222.12º 0.91% 0.22% -
HSV(B) 222.12º 0.95% 0.43% -
XYZ 3.45 2.4 14.75 -
YUV 35.05 169.73 106.56 -
System Red Green Blue C M Y K H S L
Decimal 5 36 109 0.95 0.67 0 0.57 222.12 0.91 0.22
Hex 5 24 6D 5F 43 0 39 DE 5B 16
Octal 5 44 155 137 103 0 71 336 133 26
Binary 101 100100 1101101 1011111 1000011 0 111001 11011110 1011011 10110

Color Harmonies of #05246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05246D

Black with #05246D

Text Example


Text Example

White with #05246D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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