Html Css Color HEX #01226F Sapphire

📋 copy color: '#01226F'

red 1 ◦ green 34 ◦ blue 111

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

Shades of Sapphire #01226F

Tints of Sapphire #01226F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 76.03%

R = 0.68%
G = 23.29%
B = 76.03%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#01226F (or 0x01226F) is known color: Sapphire. HEX triplet: 01, 22 and 6F. RGB value is (1,34,111). Sum of RGB (Red+Green+Blue) = 1+34+111=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 111 (43.75% from 255 or 76.03% from 146); Max value from RGB is 111 - color contains mainly: blue. Hex color #01226F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01226F is #FEDD90. Grayscale: #202020. Windows color (decimal): -16702865 or 7283201. OLE color: 7283201.

HSL color Cylindrical-coordinate representation of color #01226F: hue angle of 222º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01226F is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 34 111 -
CMYK 0.99 0.69 0 0.56
HSL 222º 0.98% 0.22% -
HSV(B) 222º 0.99% 0.44% -
XYZ 3.45 2.3 15.3 -
YUV 32.91 172.07 105.24 -
System Red Green Blue C M Y K H S L
Decimal 1 34 111 0.99 0.69 0 0.56 222 0.98 0.22
Hex 1 22 6F 63 45 0 38 DE 62 16
Octal 1 42 157 143 105 0 70 336 142 26
Binary 1 100010 1101111 1100011 1000101 0 111000 11011110 1100010 10110

Color Harmonies of #01226F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01226F

Black with #01226F

Text Example


Text Example

White with #01226F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01226F; }

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

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

background-color css

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

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

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

border-color css

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

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

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