Html Css Color HEX #01226D Sapphire

📋 copy color: '#01226D'

red 1 ◦ green 34 ◦ blue 109

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

Shades of Sapphire #01226D

Tints of Sapphire #01226D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 75.69%

R = 0.69%
G = 23.61%
B = 75.69%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01226D (or 0x01226D) is known color: Sapphire. HEX triplet: 01, 22 and 6D. RGB value is (1,34,109). Sum of RGB (Red+Green+Blue) = 1+34+109=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 109 (42.97% from 255 or 75.69% from 144); Max value from RGB is 109 - color contains mainly: blue. Hex color #01226D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01226D is #FEDD92. Grayscale: #202020. Windows color (decimal): -16702867 or 7152129. OLE color: 7152129.

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

Color convert

RGB 1 34 109 -
CMYK 0.99 0.69 0 0.57
HSL 221.67º 0.98% 0.22% -
HSV(B) 221.67º 0.99% 0.43% -
XYZ 3.34 2.25 14.73 -
YUV 32.68 171.07 105.4 -
System Red Green Blue C M Y K H S L
Decimal 1 34 109 0.99 0.69 0 0.57 221.67 0.98 0.22
Hex 1 22 6D 63 45 0 39 DE 62 16
Octal 1 42 155 143 105 0 71 336 142 26
Binary 1 100010 1101101 1100011 1000101 0 111001 11011110 1100010 10110

Color Harmonies of #01226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01226D

Black with #01226D

Text Example


Text Example

White with #01226D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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