Html Css Color HEX #012253 Sapphire

📋 copy color: '#012253'

red 1 ◦ green 34 ◦ blue 83

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

Shades of Sapphire #012253

Tints of Sapphire #012253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 70.34%

R = 0.85%
G = 28.81%
B = 70.34%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#012253 (or 0x012253) is known color: Sapphire. HEX triplet: 01, 22 and 53. RGB value is (1,34,83). Sum of RGB (Red+Green+Blue) = 1+34+83=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 83 (32.81% from 255 or 70.34% from 118); Max value from RGB is 83 - color contains mainly: blue. Hex color #012253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012253 is #FEDDAC. Grayscale: #1D1D1D. Windows color (decimal): -16702893 or 5448193. OLE color: 5448193.

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

Color convert

RGB 1 34 83 -
CMYK 0.99 0.59 0 0.67
HSL 215.85º 0.98% 0.16% -
HSV(B) 215.85º 0.99% 0.33% -
XYZ 2.15 1.78 8.41 -
YUV 29.72 158.07 107.52 -
System Red Green Blue C M Y K H S L
Decimal 1 34 83 0.99 0.59 0 0.67 215.85 0.98 0.16
Hex 1 22 53 63 3B 0 43 D8 62 10
Octal 1 42 123 143 73 0 103 330 142 20
Binary 1 100010 1010011 1100011 111011 0 1000011 11011000 1100010 10000

Color Harmonies of #012253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012253

Black with #012253

Text Example


Text Example

White with #012253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012253; }

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

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

background-color css

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

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

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

border-color css

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

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

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