Html Css Color HEX #012277 Sapphire

📋 copy color: '#012277'

red 1 ◦ green 34 ◦ blue 119

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

Shades of Sapphire #012277

Tints of Sapphire #012277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 77.27%

R = 0.65%
G = 22.08%
B = 77.27%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#012277 (or 0x012277) is known color: Sapphire. HEX triplet: 01, 22 and 77. RGB value is (1,34,119). Sum of RGB (Red+Green+Blue) = 1+34+119=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 119 (46.88% from 255 or 77.27% from 154); Max value from RGB is 119 - color contains mainly: blue. Hex color #012277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012277 is #FEDD88. Grayscale: #212121. Windows color (decimal): -16702857 or 7807489. OLE color: 7807489.

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

Color convert

RGB 1 34 119 -
CMYK 0.99 0.71 0 0.53
HSL 223.22º 0.98% 0.24% -
HSV(B) 223.22º 0.99% 0.47% -
XYZ 3.91 2.48 17.73 -
YUV 33.82 176.07 104.59 -
System Red Green Blue C M Y K H S L
Decimal 1 34 119 0.99 0.71 0 0.53 223.22 0.98 0.24
Hex 1 22 77 63 47 0 35 DF 62 18
Octal 1 42 167 143 107 0 65 337 142 30
Binary 1 100010 1110111 1100011 1000111 0 110101 11011111 1100010 11000

Color Harmonies of #012277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012277

Black with #012277

Text Example


Text Example

White with #012277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012277; }

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

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

background-color css

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

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

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

border-color css

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

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

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