Html Css Color HEX #012275 Sapphire

📋 copy color: '#012275'

red 1 ◦ green 34 ◦ blue 117

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

Shades of Sapphire #012275

Tints of Sapphire #012275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 76.97%

R = 0.66%
G = 22.37%
B = 76.97%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#012275 (or 0x012275) is known color: Sapphire. HEX triplet: 01, 22 and 75. RGB value is (1,34,117). Sum of RGB (Red+Green+Blue) = 1+34+117=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 117 (46.09% from 255 or 76.97% from 152); Max value from RGB is 117 - color contains mainly: blue. Hex color #012275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012275 is #FEDD8A. Grayscale: #212121. Windows color (decimal): -16702859 or 7676417. OLE color: 7676417.

HSL color Cylindrical-coordinate representation of color #012275: hue angle of 222.93º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012275 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 34 117 -
CMYK 0.99 0.71 0 0.54
HSL 222.93º 0.98% 0.23% -
HSV(B) 222.93º 0.99% 0.46% -
XYZ 3.8 2.43 17.1 -
YUV 33.6 175.07 104.75 -
System Red Green Blue C M Y K H S L
Decimal 1 34 117 0.99 0.71 0 0.54 222.93 0.98 0.23
Hex 1 22 75 63 47 0 36 DF 62 17
Octal 1 42 165 143 107 0 66 337 142 27
Binary 1 100010 1110101 1100011 1000111 0 110110 11011111 1100010 10111

Color Harmonies of #012275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012275

Black with #012275

Text Example


Text Example

White with #012275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012275; }

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

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

background-color css

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

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

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

border-color css

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

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

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