Html Css Color HEX #01227B Sapphire

📋 copy color: '#01227B'

red 1 ◦ green 34 ◦ blue 123

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

Shades of Sapphire #01227B

Tints of Sapphire #01227B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 77.85%

R = 0.63%
G = 21.52%
B = 77.85%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01227B (or 0x01227B) is known color: Sapphire. HEX triplet: 01, 22 and 7B. RGB value is (1,34,123). Sum of RGB (Red+Green+Blue) = 1+34+123=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 123 (48.44% from 255 or 77.85% from 158); Max value from RGB is 123 - color contains mainly: blue. Hex color #01227B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01227B is #FEDD84. Grayscale: #212121. Windows color (decimal): -16702853 or 8069633. OLE color: 8069633.

HSL color Cylindrical-coordinate representation of color #01227B: hue angle of 223.77º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01227B is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 34 123 -
CMYK 0.99 0.72 0 0.52
HSL 223.77º 0.98% 0.24% -
HSV(B) 223.77º 0.99% 0.48% -
XYZ 4.16 2.58 19.02 -
YUV 34.28 178.07 104.26 -
System Red Green Blue C M Y K H S L
Decimal 1 34 123 0.99 0.72 0 0.52 223.77 0.98 0.24
Hex 1 22 7B 63 48 0 34 E0 62 18
Octal 1 42 173 143 110 0 64 340 142 30
Binary 1 100010 1111011 1100011 1001000 0 110100 11100000 1100010 11000

Color Harmonies of #01227B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01227B

Black with #01227B

Text Example


Text Example

White with #01227B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01227B; }

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

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

background-color css

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

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

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

border-color css

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

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

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