Html Css Color HEX #01265D Sapphire

📋 copy color: '#01265D'

red 1 ◦ green 38 ◦ blue 93

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

Shades of Sapphire #01265D

Tints of Sapphire #01265D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 28.79%

 BLUE value IS 93 (36.72% from 255) = 70.45%

R = 0.76%
G = 28.79%
B = 70.45%

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

#01265D (or 0x01265D) is known color: Sapphire. HEX triplet: 01, 26 and 5D. RGB value is (1,38,93). Sum of RGB (Red+Green+Blue) = 1+38+93=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 93 (36.72% from 255 or 70.45% from 132); Max value from RGB is 93 - color contains mainly: blue. Hex color #01265D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01265D is #FED9A2. Grayscale: #202020. Windows color (decimal): -16701859 or 6104577. OLE color: 6104577.

HSL color Cylindrical-coordinate representation of color #01265D: hue angle of 215.87º 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 #01265D is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 38 93 -
CMYK 0.99 0.59 0 0.64
HSL 215.87º 0.98% 0.18% -
HSV(B) 215.87º 0.99% 0.36% -
XYZ 2.68 2.18 10.64 -
YUV 33.21 161.74 105.03 -
System Red Green Blue C M Y K H S L
Decimal 1 38 93 0.99 0.59 0 0.64 215.87 0.98 0.18
Hex 1 26 5D 63 3B 0 40 D8 62 12
Octal 1 46 135 143 73 0 100 330 142 22
Binary 1 100110 1011101 1100011 111011 0 1000000 11011000 1100010 10010

Color Harmonies of #01265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01265D

Black with #01265D

Text Example


Text Example

White with #01265D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,38,93); }

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

background-color css

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

 a { background-color: rgb(1,38,93); }

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

border-color css

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

 span { border-color: rgb(1,38,93); }

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