Html Css Color HEX #01256D Sapphire

📋 copy color: '#01256D'

red 1 ◦ green 37 ◦ blue 109

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

Shades of Sapphire #01256D

Tints of Sapphire #01256D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 74.15%

R = 0.68%
G = 25.17%
B = 74.15%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01256D (or 0x01256D) is known color: Sapphire. HEX triplet: 01, 25 and 6D. RGB value is (1,37,109). Sum of RGB (Red+Green+Blue) = 1+37+109=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 109 (42.97% from 255 or 74.15% from 147); Max value from RGB is 109 - color contains mainly: blue. Hex color #01256D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01256D is #FEDA92. Grayscale: #222222. Windows color (decimal): -16702099 or 7152897. OLE color: 7152897.

HSL color Cylindrical-coordinate representation of color #01256D: hue angle of 220º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01256D is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 37 109 -
CMYK 0.99 0.66 0 0.57
HSL 220º 0.98% 0.22% -
HSV(B) 220º 0.99% 0.43% -
XYZ 3.43 2.43 14.76 -
YUV 34.44 170.07 104.15 -
System Red Green Blue C M Y K H S L
Decimal 1 37 109 0.99 0.66 0 0.57 220 0.98 0.22
Hex 1 25 6D 63 42 0 39 DC 62 16
Octal 1 45 155 143 102 0 71 334 142 26
Binary 1 100101 1101101 1100011 1000010 0 111001 11011100 1100010 10110

Color Harmonies of #01256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01256D

Black with #01256D

Text Example


Text Example

White with #01256D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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