Html Css Color HEX #01225C Sapphire

📋 copy color: '#01225C'

red 1 ◦ green 34 ◦ blue 92

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

Shades of Sapphire #01225C

Tints of Sapphire #01225C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 72.44%

R = 0.79%
G = 26.77%
B = 72.44%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01225C (or 0x01225C) is known color: Sapphire. HEX triplet: 01, 22 and 5C. RGB value is (1,34,92). Sum of RGB (Red+Green+Blue) = 1+34+92=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 92 (36.33% from 255 or 72.44% from 127); Max value from RGB is 92 - color contains mainly: blue. Hex color #01225C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01225C is #FEDDA3. Grayscale: #1E1E1E. Windows color (decimal): -16702884 or 6038017. OLE color: 6038017.

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

Color convert

RGB 1 34 92 -
CMYK 0.99 0.63 0 0.64
HSL 218.24º 0.98% 0.18% -
HSV(B) 218.24º 0.99% 0.36% -
XYZ 2.52 1.92 10.36 -
YUV 30.75 162.57 106.78 -
System Red Green Blue C M Y K H S L
Decimal 1 34 92 0.99 0.63 0 0.64 218.24 0.98 0.18
Hex 1 22 5C 63 3F 0 40 DA 62 12
Octal 1 42 134 143 77 0 100 332 142 22
Binary 1 100010 1011100 1100011 111111 0 1000000 11011010 1100010 10010

Color Harmonies of #01225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01225C

Black with #01225C

Text Example


Text Example

White with #01225C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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