Html Css Color HEX #01247A Sapphire

📋 copy color: '#01247A'

red 1 ◦ green 36 ◦ blue 122

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

Shades of Sapphire #01247A

Tints of Sapphire #01247A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 76.73%

R = 0.63%
G = 22.64%
B = 76.73%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01247A (or 0x01247A) is known color: Sapphire. HEX triplet: 01, 24 and 7A. RGB value is (1,36,122). Sum of RGB (Red+Green+Blue) = 1+36+122=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 122 (48.05% from 255 or 76.73% from 159); Max value from RGB is 122 - color contains mainly: blue. Hex color #01247A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01247A is #FEDB85. Grayscale: #222222. Windows color (decimal): -16702342 or 8004609. OLE color: 8004609.

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

Color convert

RGB 1 36 122 -
CMYK 0.99 0.70 0 0.52
HSL 222.64º 0.98% 0.24% -
HSV(B) 222.64º 0.99% 0.48% -
XYZ 4.16 2.67 18.71 -
YUV 35.34 176.9 103.51 -
System Red Green Blue C M Y K H S L
Decimal 1 36 122 0.99 0.70 0 0.52 222.64 0.98 0.24
Hex 1 24 7A 63 46 0 34 DF 62 18
Octal 1 44 172 143 106 0 64 337 142 30
Binary 1 100100 1111010 1100011 1000110 0 110100 11011111 1100010 11000

Color Harmonies of #01247A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01247A

Black with #01247A

Text Example


Text Example

White with #01247A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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