Html Css Color HEX #01257B Sapphire

📋 copy color: '#01257B'

red 1 ◦ green 37 ◦ blue 123

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

Shades of Sapphire #01257B

Tints of Sapphire #01257B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 76.4%

R = 0.62%
G = 22.98%
B = 76.4%

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

#01257B (or 0x01257B) is known color: Sapphire. HEX triplet: 01, 25 and 7B. RGB value is (1,37,123). Sum of RGB (Red+Green+Blue) = 1+37+123=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 123 (48.44% from 255 or 76.40% from 161); Max value from RGB is 123 - color contains mainly: blue. Hex color #01257B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01257B is #FEDA84. Grayscale: #232323. Windows color (decimal): -16702085 or 8070401. OLE color: 8070401.

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

Color convert

RGB 1 37 123 -
CMYK 0.99 0.70 0 0.52
HSL 222.3º 0.98% 0.24% -
HSV(B) 222.3º 0.99% 0.48% -
XYZ 4.25 2.76 19.05 -
YUV 36.04 177.07 103.01 -
System Red Green Blue C M Y K H S L
Decimal 1 37 123 0.99 0.70 0 0.52 222.3 0.98 0.24
Hex 1 25 7B 63 46 0 34 DE 62 18
Octal 1 45 173 143 106 0 64 336 142 30
Binary 1 100101 1111011 1100011 1000110 0 110100 11011110 1100010 11000

Color Harmonies of #01257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01257B

Black with #01257B

Text Example


Text Example

White with #01257B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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