Html Css Color HEX #012362 Sapphire

📋 copy color: '#012362'

red 1 ◦ green 35 ◦ blue 98

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

Shades of Sapphire #012362

Tints of Sapphire #012362

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.12%

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

R = 0.75%
G = 26.12%
B = 73.13%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#012362 (or 0x012362) is known color: Sapphire. HEX triplet: 01, 23 and 62. RGB value is (1,35,98). Sum of RGB (Red+Green+Blue) = 1+35+98=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 98 (38.67% from 255 or 73.13% from 134); Max value from RGB is 98 - color contains mainly: blue. Hex color #012362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012362 is #FEDC9D. Grayscale: #1F1F1F. Windows color (decimal): -16702622 or 6431489. OLE color: 6431489.

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

Color convert

RGB 1 35 98 -
CMYK 0.99 0.64 0 0.62
HSL 218.97º 0.98% 0.19% -
HSV(B) 218.97º 0.99% 0.38% -
XYZ 2.82 2.09 11.81 -
YUV 32.02 165.24 105.88 -
System Red Green Blue C M Y K H S L
Decimal 1 35 98 0.99 0.64 0 0.62 218.97 0.98 0.19
Hex 1 23 62 63 40 0 3E DB 62 13
Octal 1 43 142 143 100 0 76 333 142 23
Binary 1 100011 1100010 1100011 1000000 0 111110 11011011 1100010 10011

Color Harmonies of #012362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012362

Black with #012362

Text Example


Text Example

White with #012362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012362; }

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

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

background-color css

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

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

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

border-color css

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

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

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