Html Css Color HEX #01247C Sapphire

📋 copy color: '#01247C'

red 1 ◦ green 36 ◦ blue 124

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

Shades of Sapphire #01247C

Tints of Sapphire #01247C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 77.02%

R = 0.62%
G = 22.36%
B = 77.02%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01247C (or 0x01247C) is known color: Sapphire. HEX triplet: 01, 24 and 7C. RGB value is (1,36,124). Sum of RGB (Red+Green+Blue) = 1+36+124=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 124 (48.83% from 255 or 77.02% from 161); Max value from RGB is 124 - color contains mainly: blue. Hex color #01247C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01247C is #FEDB83. Grayscale: #232323. Windows color (decimal): -16702340 or 8135681. OLE color: 8135681.

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

Color convert

RGB 1 36 124 -
CMYK 0.99 0.71 0 0.51
HSL 222.93º 0.98% 0.25% -
HSV(B) 222.93º 0.99% 0.49% -
XYZ 4.28 2.72 19.37 -
YUV 35.57 177.9 103.34 -
System Red Green Blue C M Y K H S L
Decimal 1 36 124 0.99 0.71 0 0.51 222.93 0.98 0.25
Hex 1 24 7C 63 47 0 33 DF 62 19
Octal 1 44 174 143 107 0 63 337 142 31
Binary 1 100100 1111100 1100011 1000111 0 110011 11011111 1100010 11001

Color Harmonies of #01247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01247C

Black with #01247C

Text Example


Text Example

White with #01247C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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