Html Css Color HEX #01255A Sapphire

📋 copy color: '#01255A'

red 1 ◦ green 37 ◦ blue 90

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

Shades of Sapphire #01255A

Tints of Sapphire #01255A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 70.31%

R = 0.78%
G = 28.91%
B = 70.31%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#01255A (or 0x01255A) is known color: Sapphire. HEX triplet: 01, 25 and 5A. RGB value is (1,37,90). Sum of RGB (Red+Green+Blue) = 1+37+90=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 90 (35.55% from 255 or 70.31% from 128); Max value from RGB is 90 - color contains mainly: blue. Hex color #01255A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01255A is #FEDAA5. Grayscale: #202020. Windows color (decimal): -16702118 or 5907713. OLE color: 5907713.

HSL color Cylindrical-coordinate representation of color #01255A: hue angle of 215.73º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01255A is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 37 90 -
CMYK 0.99 0.59 0 0.65
HSL 215.73º 0.98% 0.18% -
HSV(B) 215.73º 0.99% 0.35% -
XYZ 2.52 2.07 9.94 -
YUV 32.28 160.57 105.69 -
System Red Green Blue C M Y K H S L
Decimal 1 37 90 0.99 0.59 0 0.65 215.73 0.98 0.18
Hex 1 25 5A 63 3B 0 41 D8 62 12
Octal 1 45 132 143 73 0 101 330 142 22
Binary 1 100101 1011010 1100011 111011 0 1000001 11011000 1100010 10010

Color Harmonies of #01255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01255A

Black with #01255A

Text Example


Text Example

White with #01255A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01255A; }

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

 H1.HeaderClassName
 {
   color: #01255A;
 }
 .AnyTagClassName
 {
   color: #01255A;
 }
</style>

background-color css

<style>
 a { background-color: #01255A; }

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

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

border-color css

<style>
 span { border-color: #01255A; }

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

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