Html Css Color HEX #01247E Sapphire

📋 copy color: '#01247E'

red 1 ◦ green 36 ◦ blue 126

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

Shades of Sapphire #01247E

Tints of Sapphire #01247E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 77.3%

R = 0.61%
G = 22.09%
B = 77.3%

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

#01247E (or 0x01247E) is known color: Sapphire. HEX triplet: 01, 24 and 7E. RGB value is (1,36,126). Sum of RGB (Red+Green+Blue) = 1+36+126=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 126 (49.61% from 255 or 77.30% from 163); Max value from RGB is 126 - color contains mainly: blue. Hex color #01247E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01247E is #FEDB81. Grayscale: #232323. Windows color (decimal): -16702338 or 8266753. OLE color: 8266753.

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

Color convert

RGB 1 36 126 -
CMYK 0.99 0.71 0 0.51
HSL 223.2º 0.98% 0.25% -
HSV(B) 223.2º 0.99% 0.49% -
XYZ 4.41 2.77 20.04 -
YUV 35.8 178.9 103.18 -
System Red Green Blue C M Y K H S L
Decimal 1 36 126 0.99 0.71 0 0.51 223.2 0.98 0.25
Hex 1 24 7E 63 47 0 33 DF 62 19
Octal 1 44 176 143 107 0 63 337 142 31
Binary 1 100100 1111110 1100011 1000111 0 110011 11011111 1100010 11001

Color Harmonies of #01247E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01247E

Black with #01247E

Text Example


Text Example

White with #01247E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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