Html Css Color HEX #012148 Sapphire

📋 copy color: '#012148'

red 1 ◦ green 33 ◦ blue 72

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

Shades of Sapphire #012148

Tints of Sapphire #012148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 31.13%

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

R = 0.94%
G = 31.13%
B = 67.92%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#012148 (or 0x012148) is known color: Sapphire. HEX triplet: 01, 21 and 48. RGB value is (1,33,72). Sum of RGB (Red+Green+Blue) = 1+33+72=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 72 (28.52% from 255 or 67.92% from 106); Max value from RGB is 72 - color contains mainly: blue. Hex color #012148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012148 is #FEDEB7. Grayscale: #1B1B1B. Windows color (decimal): -16703160 or 4727041. OLE color: 4727041.

HSL color Cylindrical-coordinate representation of color #012148: hue angle of 212.96º 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 #012148 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 33 72 -
CMYK 0.99 0.54 0 0.72
HSL 212.96º 0.97% 0.14% -
HSV(B) 212.96º 0.99% 0.28% -
XYZ 1.73 1.56 6.34 -
YUV 27.88 152.9 108.83 -
System Red Green Blue C M Y K H S L
Decimal 1 33 72 0.99 0.54 0 0.72 212.96 0.97 0.14
Hex 1 21 48 63 36 0 48 D5 61 E
Octal 1 41 110 143 66 0 110 325 141 16
Binary 1 100001 1001000 1100011 110110 0 1001000 11010101 1100001 1110

Color Harmonies of #012148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012148

Black with #012148

Text Example


Text Example

White with #012148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012148; }

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

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

background-color css

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

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

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

border-color css

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

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

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