Html Css Color HEX #01297C Sapphire

📋 copy color: '#01297C'

red 1 ◦ green 41 ◦ blue 124

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

Shades of Sapphire #01297C

Tints of Sapphire #01297C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.7%

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

R = 0.6%
G = 24.7%
B = 74.7%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01297C (or 0x01297C) is known color: Sapphire. HEX triplet: 01, 29 and 7C. RGB value is (1,41,124). Sum of RGB (Red+Green+Blue) = 1+41+124=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 124 (48.83% from 255 or 74.70% from 166); Max value from RGB is 124 - color contains mainly: blue. Hex color #01297C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01297C is #FED683. Grayscale: #262626. Windows color (decimal): -16701060 or 8136961. OLE color: 8136961.

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

Color convert

RGB 1 41 124 -
CMYK 0.99 0.67 0 0.51
HSL 220.49º 0.98% 0.25% -
HSV(B) 220.49º 0.99% 0.49% -
XYZ 4.44 3.05 19.42 -
YUV 38.5 176.25 101.25 -
System Red Green Blue C M Y K H S L
Decimal 1 41 124 0.99 0.67 0 0.51 220.49 0.98 0.25
Hex 1 29 7C 63 43 0 33 DC 62 19
Octal 1 51 174 143 103 0 63 334 142 31
Binary 1 101001 1111100 1100011 1000011 0 110011 11011100 1100010 11001

Color Harmonies of #01297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01297C

Black with #01297C

Text Example


Text Example

White with #01297C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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