Html Css Color HEX #012565 Sapphire

📋 copy color: '#012565'

red 1 ◦ green 37 ◦ blue 101

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

Shades of Sapphire #012565

Tints of Sapphire #012565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 72.66%

R = 0.72%
G = 26.62%
B = 72.66%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#012565 (or 0x012565) is known color: Sapphire. HEX triplet: 01, 25 and 65. RGB value is (1,37,101). Sum of RGB (Red+Green+Blue) = 1+37+101=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 101 (39.84% from 255 or 72.66% from 139); Max value from RGB is 101 - color contains mainly: blue. Hex color #012565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012565 is #FEDA9A. Grayscale: #212121. Windows color (decimal): -16702107 or 6628609. OLE color: 6628609.

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

Color convert

RGB 1 37 101 -
CMYK 0.99 0.63 0 0.60
HSL 218.4º 0.98% 0.2% -
HSV(B) 218.4º 0.99% 0.4% -
XYZ 3.02 2.27 12.59 -
YUV 33.53 166.07 104.8 -
System Red Green Blue C M Y K H S L
Decimal 1 37 101 0.99 0.63 0 0.60 218.4 0.98 0.2
Hex 1 25 65 63 3F 0 3C DA 62 14
Octal 1 45 145 143 77 0 74 332 142 24
Binary 1 100101 1100101 1100011 111111 0 111100 11011010 1100010 10100

Color Harmonies of #012565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012565

Black with #012565

Text Example


Text Example

White with #012565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012565; }

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

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

background-color css

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

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

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

border-color css

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

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

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