Html Css Color HEX #012251 Sapphire

📋 copy color: '#012251'

red 1 ◦ green 34 ◦ blue 81

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

Shades of Sapphire #012251

Tints of Sapphire #012251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 69.83%

R = 0.86%
G = 29.31%
B = 69.83%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#012251 (or 0x012251) is known color: Sapphire. HEX triplet: 01, 22 and 51. RGB value is (1,34,81). Sum of RGB (Red+Green+Blue) = 1+34+81=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 81 (32.03% from 255 or 69.83% from 116); Max value from RGB is 81 - color contains mainly: blue. Hex color #012251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012251 is #FEDDAE. Grayscale: #1D1D1D. Windows color (decimal): -16702895 or 5317121. OLE color: 5317121.

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

Color convert

RGB 1 34 81 -
CMYK 0.99 0.58 0 0.68
HSL 215.25º 0.98% 0.16% -
HSV(B) 215.25º 0.99% 0.32% -
XYZ 2.07 1.74 8.01 -
YUV 29.49 157.07 107.68 -
System Red Green Blue C M Y K H S L
Decimal 1 34 81 0.99 0.58 0 0.68 215.25 0.98 0.16
Hex 1 22 51 63 3A 0 44 D7 62 10
Octal 1 42 121 143 72 0 104 327 142 20
Binary 1 100010 1010001 1100011 111010 0 1000100 11010111 1100010 10000

Color Harmonies of #012251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012251

Black with #012251

Text Example


Text Example

White with #012251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012251; }

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

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

background-color css

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

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

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

border-color css

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

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

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