Html Css Color HEX #012382 Sapphire

📋 copy color: '#012382'

red 1 ◦ green 35 ◦ blue 130

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

Shades of Sapphire #012382

Tints of Sapphire #012382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 78.31%

R = 0.6%
G = 21.08%
B = 78.31%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#012382 (or 0x012382) is known color: Sapphire. HEX triplet: 01, 23 and 82. RGB value is (1,35,130). Sum of RGB (Red+Green+Blue) = 1+35+130=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 130 (51.17% from 255 or 78.31% from 166); Max value from RGB is 130 - color contains mainly: blue. Hex color #012382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012382 is #FEDC7D. Grayscale: #232323. Windows color (decimal): -16702590 or 8528641. OLE color: 8528641.

HSL color Cylindrical-coordinate representation of color #012382: hue angle of 224.19º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012382 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 35 130 -
CMYK 0.99 0.73 0 0.49
HSL 224.19º 0.98% 0.26% -
HSV(B) 224.19º 0.99% 0.51% -
XYZ 4.64 2.82 21.42 -
YUV 35.66 181.24 103.28 -
System Red Green Blue C M Y K H S L
Decimal 1 35 130 0.99 0.73 0 0.49 224.19 0.98 0.26
Hex 1 23 82 63 49 0 31 E0 62 1A
Octal 1 43 202 143 111 0 61 340 142 32
Binary 1 100011 10000010 1100011 1001001 0 110001 11100000 1100010 11010

Color Harmonies of #012382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012382

Black with #012382

Text Example


Text Example

White with #012382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012382; }

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

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

background-color css

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

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

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

border-color css

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

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

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