Html Css Color HEX #012572 Sapphire

📋 copy color: '#012572'

red 1 ◦ green 37 ◦ blue 114

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

Shades of Sapphire #012572

Tints of Sapphire #012572

RGB

 RED value IS 1 (0.78% from 255) = 0.66%

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

 BLUE value IS 114 (44.92% from 255) = 75%

R = 0.66%
G = 24.34%
B = 75%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#012572 (or 0x012572) is known color: Sapphire. HEX triplet: 01, 25 and 72. RGB value is (1,37,114). Sum of RGB (Red+Green+Blue) = 1+37+114=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 114 (44.92% from 255 or 75% from 152); Max value from RGB is 114 - color contains mainly: blue. Hex color #012572 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012572 is #FEDA8D. Grayscale: #222222. Windows color (decimal): -16702094 or 7480577. OLE color: 7480577.

HSL color Cylindrical-coordinate representation of color #012572: hue angle of 220.88º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012572 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 37 114 -
CMYK 0.99 0.68 0 0.55
HSL 220.89º 0.98% 0.23% -
HSV(B) 220.89º 0.99% 0.45% -
XYZ 3.71 2.54 16.22 -
YUV 35.01 172.57 103.74 -
System Red Green Blue C M Y K H S L
Decimal 1 37 114 0.99 0.68 0 0.55 220.89 0.98 0.23
Hex 1 25 72 63 44 0 37 DD 62 17
Octal 1 45 162 143 104 0 67 335 142 27
Binary 1 100101 1110010 1100011 1000100 0 110111 11011101 1100010 10111

Color Harmonies of #012572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012572

Black with #012572

Text Example


Text Example

White with #012572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012572; }

 p { color: rgb(1,37,114); }

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

background-color css

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

 a { background-color: rgb(1,37,114); }

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

border-color css

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

 span { border-color: rgb(1,37,114); }

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