Html Css Color HEX #012048 Sapphire

📋 copy color: '#012048'

red 1 ◦ green 32 ◦ blue 72

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

Shades of Sapphire #012048

Tints of Sapphire #012048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 30.48%

 BLUE value IS 72 (28.52% from 255) = 68.57%

R = 0.95%
G = 30.48%
B = 68.57%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#012048 (or 0x012048) is known color: Sapphire. HEX triplet: 01, 20 and 48. RGB value is (1,32,72). Sum of RGB (Red+Green+Blue) = 1+32+72=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 72 (28.52% from 255 or 68.57% from 105); Max value from RGB is 72 - color contains mainly: blue. Hex color #012048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012048 is #FEDFB7. Grayscale: #1B1B1B. Windows color (decimal): -16703416 or 4726785. OLE color: 4726785.

HSL color Cylindrical-coordinate representation of color #012048: hue angle of 213.8º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012048 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 32 72 -
CMYK 0.99 0.56 0 0.72
HSL 213.8º 0.97% 0.14% -
HSV(B) 213.8º 0.99% 0.28% -
XYZ 1.7 1.51 6.33 -
YUV 27.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 1 32 72 0.99 0.56 0 0.72 213.8 0.97 0.14
Hex 1 20 48 63 38 0 48 D6 61 E
Octal 1 40 110 143 70 0 110 326 141 16
Binary 1 100000 1001000 1100011 111000 0 1001000 11010110 1100001 1110

Color Harmonies of #012048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012048

Black with #012048

Text Example


Text Example

White with #012048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012048; }

 p { color: rgb(1,32,72); }

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

background-color css

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

 a { background-color: rgb(1,32,72); }

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

border-color css

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

 span { border-color: rgb(1,32,72); }

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