Html Css Color HEX #012862 Sapphire

📋 copy color: '#012862'

red 1 ◦ green 40 ◦ blue 98

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

Shades of Sapphire #012862

Tints of Sapphire #012862

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.78%

 BLUE value IS 98 (38.67% from 255) = 70.5%

R = 0.72%
G = 28.78%
B = 70.5%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#012862 (or 0x012862) is known color: Sapphire. HEX triplet: 01, 28 and 62. RGB value is (1,40,98). Sum of RGB (Red+Green+Blue) = 1+40+98=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 98 (38.67% from 255 or 70.50% from 139); Max value from RGB is 98 - color contains mainly: blue. Hex color #012862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012862 is #FED79D. Grayscale: #222222. Windows color (decimal): -16701342 or 6432769. OLE color: 6432769.

HSL color Cylindrical-coordinate representation of color #012862: hue angle of 215.88º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012862 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 40 98 -
CMYK 0.99 0.59 0 0.62
HSL 215.88º 0.98% 0.19% -
HSV(B) 215.88º 0.99% 0.38% -
XYZ 2.98 2.41 11.86 -
YUV 34.95 163.58 103.78 -
System Red Green Blue C M Y K H S L
Decimal 1 40 98 0.99 0.59 0 0.62 215.88 0.98 0.19
Hex 1 28 62 63 3B 0 3E D8 62 13
Octal 1 50 142 143 73 0 76 330 142 23
Binary 1 101000 1100010 1100011 111011 0 111110 11011000 1100010 10011

Color Harmonies of #012862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012862

Black with #012862

Text Example


Text Example

White with #012862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012862; }

 p { color: rgb(1,40,98); }

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

background-color css

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

 a { background-color: rgb(1,40,98); }

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

border-color css

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

 span { border-color: rgb(1,40,98); }

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