Html Css Color HEX #01227D Sapphire

📋 copy color: '#01227D'

red 1 ◦ green 34 ◦ blue 125

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

Shades of Sapphire #01227D

Tints of Sapphire #01227D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 78.13%

R = 0.63%
G = 21.25%
B = 78.13%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01227D (or 0x01227D) is known color: Sapphire. HEX triplet: 01, 22 and 7D. RGB value is (1,34,125). Sum of RGB (Red+Green+Blue) = 1+34+125=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 125 (49.22% from 255 or 78.12% from 160); Max value from RGB is 125 - color contains mainly: blue. Hex color #01227D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01227D is #FEDD82. Grayscale: #222222. Windows color (decimal): -16702851 or 8200705. OLE color: 8200705.

HSL color Cylindrical-coordinate representation of color #01227D: hue angle of 224.03º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01227D is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 34 125 -
CMYK 0.99 0.73 0 0.51
HSL 224.03º 0.98% 0.25% -
HSV(B) 224.03º 0.99% 0.49% -
XYZ 4.29 2.63 19.68 -
YUV 34.51 179.07 104.1 -
System Red Green Blue C M Y K H S L
Decimal 1 34 125 0.99 0.73 0 0.51 224.03 0.98 0.25
Hex 1 22 7D 63 49 0 33 E0 62 19
Octal 1 42 175 143 111 0 63 340 142 31
Binary 1 100010 1111101 1100011 1001001 0 110011 11100000 1100010 11001

Color Harmonies of #01227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01227D

Black with #01227D

Text Example


Text Example

White with #01227D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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