Html Css Color HEX #01256A Sapphire

📋 copy color: '#01256A'

red 1 ◦ green 37 ◦ blue 106

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

Shades of Sapphire #01256A

Tints of Sapphire #01256A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 73.61%

R = 0.69%
G = 25.69%
B = 73.61%

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

#01256A (or 0x01256A) is known color: Sapphire. HEX triplet: 01, 25 and 6A. RGB value is (1,37,106). Sum of RGB (Red+Green+Blue) = 1+37+106=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 106 (41.80% from 255 or 73.61% from 144); Max value from RGB is 106 - color contains mainly: blue. Hex color #01256A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01256A is #FEDA95. Grayscale: #212121. Windows color (decimal): -16702102 or 6956289. OLE color: 6956289.

HSL color Cylindrical-coordinate representation of color #01256A: hue angle of 219.43º 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 #01256A is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 37 106 -
CMYK 0.99 0.65 0 0.58
HSL 219.43º 0.98% 0.21% -
HSV(B) 219.43º 0.99% 0.42% -
XYZ 3.28 2.37 13.92 -
YUV 34.1 168.57 104.39 -
System Red Green Blue C M Y K H S L
Decimal 1 37 106 0.99 0.65 0 0.58 219.43 0.98 0.21
Hex 1 25 6A 63 41 0 3A DB 62 15
Octal 1 45 152 143 101 0 72 333 142 25
Binary 1 100101 1101010 1100011 1000001 0 111010 11011011 1100010 10101

Color Harmonies of #01256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01256A

Black with #01256A

Text Example


Text Example

White with #01256A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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