Html Css Color HEX #01256B Sapphire

📋 copy color: '#01256B'

red 1 ◦ green 37 ◦ blue 107

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

Shades of Sapphire #01256B

Tints of Sapphire #01256B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 73.79%

R = 0.69%
G = 25.52%
B = 73.79%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01256B (or 0x01256B) is known color: Sapphire. HEX triplet: 01, 25 and 6B. RGB value is (1,37,107). Sum of RGB (Red+Green+Blue) = 1+37+107=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 107 (42.19% from 255 or 73.79% from 145); Max value from RGB is 107 - color contains mainly: blue. Hex color #01256B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01256B is #FEDA94. Grayscale: #212121. Windows color (decimal): -16702101 or 7021825. OLE color: 7021825.

HSL color Cylindrical-coordinate representation of color #01256B: hue angle of 219.62º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01256B is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 37 107 -
CMYK 0.99 0.65 0 0.58
HSL 219.62º 0.98% 0.21% -
HSV(B) 219.62º 0.99% 0.42% -
XYZ 3.33 2.39 14.2 -
YUV 34.22 169.07 104.31 -
System Red Green Blue C M Y K H S L
Decimal 1 37 107 0.99 0.65 0 0.58 219.62 0.98 0.21
Hex 1 25 6B 63 41 0 3A DC 62 15
Octal 1 45 153 143 101 0 72 334 142 25
Binary 1 100101 1101011 1100011 1000001 0 111010 11011100 1100010 10101

Color Harmonies of #01256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01256B

Black with #01256B

Text Example


Text Example

White with #01256B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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