Html Css Color HEX #01225A Sapphire

📋 copy color: '#01225A'

red 1 ◦ green 34 ◦ blue 90

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

Shades of Sapphire #01225A

Tints of Sapphire #01225A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 72%

R = 0.8%
G = 27.2%
B = 72%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#01225A (or 0x01225A) is known color: Sapphire. HEX triplet: 01, 22 and 5A. RGB value is (1,34,90). Sum of RGB (Red+Green+Blue) = 1+34+90=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 90 (35.55% from 255 or 72% from 125); Max value from RGB is 90 - color contains mainly: blue. Hex color #01225A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01225A is #FEDDA5. Grayscale: #1E1E1E. Windows color (decimal): -16702886 or 5906945. OLE color: 5906945.

HSL color Cylindrical-coordinate representation of color #01225A: hue angle of 217.75º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01225A is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 34 90 -
CMYK 0.99 0.62 0 0.65
HSL 217.75º 0.98% 0.18% -
HSV(B) 217.75º 0.99% 0.35% -
XYZ 2.43 1.89 9.91 -
YUV 30.52 161.57 106.95 -
System Red Green Blue C M Y K H S L
Decimal 1 34 90 0.99 0.62 0 0.65 217.75 0.98 0.18
Hex 1 22 5A 63 3E 0 41 DA 62 12
Octal 1 42 132 143 76 0 101 332 142 22
Binary 1 100010 1011010 1100011 111110 0 1000001 11011010 1100010 10010

Color Harmonies of #01225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01225A

Black with #01225A

Text Example


Text Example

White with #01225A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01225A; }

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

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

background-color css

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

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

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

border-color css

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

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

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