Html Css Color HEX #01245A Sapphire

📋 copy color: '#01245A'

red 1 ◦ green 36 ◦ blue 90

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

Shades of Sapphire #01245A

Tints of Sapphire #01245A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.35%

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

R = 0.79%
G = 28.35%
B = 70.87%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#01245A (or 0x01245A) is known color: Sapphire. HEX triplet: 01, 24 and 5A. RGB value is (1,36,90). Sum of RGB (Red+Green+Blue) = 1+36+90=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 90 (35.55% from 255 or 70.87% from 127); Max value from RGB is 90 - color contains mainly: blue. Hex color #01245A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01245A is #FEDBA5. Grayscale: #1F1F1F. Windows color (decimal): -16702374 or 5907457. OLE color: 5907457.

HSL color Cylindrical-coordinate representation of color #01245A: hue angle of 216.4º 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 #01245A is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 36 90 -
CMYK 0.99 0.60 0 0.65
HSL 216.4º 0.98% 0.18% -
HSV(B) 216.4º 0.99% 0.35% -
XYZ 2.49 2.01 9.93 -
YUV 31.69 160.9 106.11 -
System Red Green Blue C M Y K H S L
Decimal 1 36 90 0.99 0.60 0 0.65 216.4 0.98 0.18
Hex 1 24 5A 63 3C 0 41 D8 62 12
Octal 1 44 132 143 74 0 101 330 142 22
Binary 1 100100 1011010 1100011 111100 0 1000001 11011000 1100010 10010

Color Harmonies of #01245A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01245A

Black with #01245A

Text Example


Text Example

White with #01245A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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