Html Css Color HEX #012462 Sapphire

📋 copy color: '#012462'

red 1 ◦ green 36 ◦ blue 98

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

Shades of Sapphire #012462

Tints of Sapphire #012462

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.67%

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

R = 0.74%
G = 26.67%
B = 72.59%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#012462 (or 0x012462) is known color: Sapphire. HEX triplet: 01, 24 and 62. RGB value is (1,36,98). Sum of RGB (Red+Green+Blue) = 1+36+98=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 98 (38.67% from 255 or 72.59% from 135); Max value from RGB is 98 - color contains mainly: blue. Hex color #012462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012462 is #FEDB9D. Grayscale: #202020. Windows color (decimal): -16702366 or 6431745. OLE color: 6431745.

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

Color convert

RGB 1 36 98 -
CMYK 0.99 0.63 0 0.62
HSL 218.35º 0.98% 0.19% -
HSV(B) 218.35º 0.99% 0.38% -
XYZ 2.85 2.15 11.82 -
YUV 32.6 164.9 105.46 -
System Red Green Blue C M Y K H S L
Decimal 1 36 98 0.99 0.63 0 0.62 218.35 0.98 0.19
Hex 1 24 62 63 3F 0 3E DA 62 13
Octal 1 44 142 143 77 0 76 332 142 23
Binary 1 100100 1100010 1100011 111111 0 111110 11011010 1100010 10011

Color Harmonies of #012462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012462

Black with #012462

Text Example


Text Example

White with #012462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012462; }

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

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

background-color css

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

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

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

border-color css

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

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

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