Html Css Color HEX #012249 Sapphire

📋 copy color: '#012249'

red 1 ◦ green 34 ◦ blue 73

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

Shades of Sapphire #012249

Tints of Sapphire #012249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 31.48%

 BLUE value IS 73 (28.91% from 255) = 67.59%

R = 0.93%
G = 31.48%
B = 67.59%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#012249 (or 0x012249) is known color: Sapphire. HEX triplet: 01, 22 and 49. RGB value is (1,34,73). Sum of RGB (Red+Green+Blue) = 1+34+73=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 73 (28.91% from 255 or 67.59% from 108); Max value from RGB is 73 - color contains mainly: blue. Hex color #012249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012249 is #FEDDB6. Grayscale: #1C1C1C. Windows color (decimal): -16702903 or 4792833. OLE color: 4792833.

HSL color Cylindrical-coordinate representation of color #012249: hue angle of 212.5º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012249 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 34 73 -
CMYK 0.99 0.53 0 0.71
HSL 212.5º 0.97% 0.15% -
HSV(B) 212.5º 0.99% 0.29% -
XYZ 1.79 1.63 6.52 -
YUV 28.58 153.07 108.33 -
System Red Green Blue C M Y K H S L
Decimal 1 34 73 0.99 0.53 0 0.71 212.5 0.97 0.15
Hex 1 22 49 63 35 0 47 D4 61 F
Octal 1 42 111 143 65 0 107 324 141 17
Binary 1 100010 1001001 1100011 110101 0 1000111 11010100 1100001 1111

Color Harmonies of #012249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012249

Black with #012249

Text Example


Text Example

White with #012249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012249; }

 p { color: rgb(1,34,73); }

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

background-color css

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

 a { background-color: rgb(1,34,73); }

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

border-color css

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

 span { border-color: rgb(1,34,73); }

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