Html Css Color HEX #01257D Sapphire

📋 copy color: '#01257D'

red 1 ◦ green 37 ◦ blue 125

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

Shades of Sapphire #01257D

Tints of Sapphire #01257D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.7%

 BLUE value IS 125 (49.22% from 255) = 76.69%

R = 0.61%
G = 22.7%
B = 76.69%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01257D (or 0x01257D) is known color: Sapphire. HEX triplet: 01, 25 and 7D. RGB value is (1,37,125). Sum of RGB (Red+Green+Blue) = 1+37+125=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 125 (49.22% from 255 or 76.69% from 163); Max value from RGB is 125 - color contains mainly: blue. Hex color #01257D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01257D is #FEDA82. Grayscale: #232323. Windows color (decimal): -16702083 or 8201473. OLE color: 8201473.

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

Color convert

RGB 1 37 125 -
CMYK 0.99 0.70 0 0.51
HSL 222.58º 0.98% 0.25% -
HSV(B) 222.58º 0.99% 0.49% -
XYZ 4.38 2.81 19.71 -
YUV 36.27 178.07 102.84 -
System Red Green Blue C M Y K H S L
Decimal 1 37 125 0.99 0.70 0 0.51 222.58 0.98 0.25
Hex 1 25 7D 63 46 0 33 DF 62 19
Octal 1 45 175 143 106 0 63 337 142 31
Binary 1 100101 1111101 1100011 1000110 0 110011 11011111 1100010 11001

Color Harmonies of #01257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01257D

Black with #01257D

Text Example


Text Example

White with #01257D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01257D; }

 p { color: rgb(1,37,125); }

 H1.HeaderClassName
 {
   color: #01257D;
 }
 .AnyTagClassName
 {
   color: #01257D;
 }
</style>

background-color css

<style>
 a { background-color: #01257D; }

 a { background-color: rgb(1,37,125); }

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

border-color css

<style>
 span { border-color: #01257D; }

 span { border-color: rgb(1,37,125); }

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