Html Css Color HEX #01265E Sapphire

📋 copy color: '#01265E'

red 1 ◦ green 38 ◦ blue 94

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

Shades of Sapphire #01265E

Tints of Sapphire #01265E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 70.68%

R = 0.75%
G = 28.57%
B = 70.68%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01265E (or 0x01265E) is known color: Sapphire. HEX triplet: 01, 26 and 5E. RGB value is (1,38,94). Sum of RGB (Red+Green+Blue) = 1+38+94=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 94 (37.11% from 255 or 70.68% from 133); Max value from RGB is 94 - color contains mainly: blue. Hex color #01265E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01265E is #FED9A1. Grayscale: #212121. Windows color (decimal): -16701858 or 6170113. OLE color: 6170113.

HSL color Cylindrical-coordinate representation of color #01265E: hue angle of 216.13º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01265E is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 38 94 -
CMYK 0.99 0.60 0 0.63
HSL 216.13º 0.98% 0.19% -
HSV(B) 216.13º 0.99% 0.37% -
XYZ 2.73 2.2 10.87 -
YUV 33.32 162.24 104.95 -
System Red Green Blue C M Y K H S L
Decimal 1 38 94 0.99 0.60 0 0.63 216.13 0.98 0.19
Hex 1 26 5E 63 3C 0 3F D8 62 13
Octal 1 46 136 143 74 0 77 330 142 23
Binary 1 100110 1011110 1100011 111100 0 111111 11011000 1100010 10011

Color Harmonies of #01265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01265E

Black with #01265E

Text Example


Text Example

White with #01265E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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