Html Css Color HEX #01255B Sapphire

📋 copy color: '#01255B'

red 1 ◦ green 37 ◦ blue 91

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

Shades of Sapphire #01255B

Tints of Sapphire #01255B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 70.54%

R = 0.78%
G = 28.68%
B = 70.54%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01255B (or 0x01255B) is known color: Sapphire. HEX triplet: 01, 25 and 5B. RGB value is (1,37,91). Sum of RGB (Red+Green+Blue) = 1+37+91=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 91 (35.94% from 255 or 70.54% from 129); Max value from RGB is 91 - color contains mainly: blue. Hex color #01255B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01255B is #FEDAA4. Grayscale: #202020. Windows color (decimal): -16702117 or 5973249. OLE color: 5973249.

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

Color convert

RGB 1 37 91 -
CMYK 0.99 0.59 0 0.64
HSL 216º 0.98% 0.18% -
HSV(B) 216º 0.99% 0.36% -
XYZ 2.56 2.08 10.16 -
YUV 32.39 161.07 105.61 -
System Red Green Blue C M Y K H S L
Decimal 1 37 91 0.99 0.59 0 0.64 216 0.98 0.18
Hex 1 25 5B 63 3B 0 40 D8 62 12
Octal 1 45 133 143 73 0 100 330 142 22
Binary 1 100101 1011011 1100011 111011 0 1000000 11011000 1100010 10010

Color Harmonies of #01255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01255B

Black with #01255B

Text Example


Text Example

White with #01255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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