Html Css Color HEX #012452 Sapphire

📋 copy color: '#012452'

red 1 ◦ green 36 ◦ blue 82

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

Shades of Sapphire #012452

Tints of Sapphire #012452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 68.91%

R = 0.84%
G = 30.25%
B = 68.91%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#012452 (or 0x012452) is known color: Sapphire. HEX triplet: 01, 24 and 52. RGB value is (1,36,82). Sum of RGB (Red+Green+Blue) = 1+36+82=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 82 (32.42% from 255 or 68.91% from 119); Max value from RGB is 82 - color contains mainly: blue. Hex color #012452 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012452 is #FEDBAD. Grayscale: #1E1E1E. Windows color (decimal): -16702382 or 5383169. OLE color: 5383169.

HSL color Cylindrical-coordinate representation of color #012452: hue angle of 214.07º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012452 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 36 82 -
CMYK 0.99 0.56 0 0.68
HSL 214.07º 0.98% 0.16% -
HSV(B) 214.07º 0.99% 0.32% -
XYZ 2.17 1.88 8.23 -
YUV 30.78 156.9 106.76 -
System Red Green Blue C M Y K H S L
Decimal 1 36 82 0.99 0.56 0 0.68 214.07 0.98 0.16
Hex 1 24 52 63 38 0 44 D6 62 10
Octal 1 44 122 143 70 0 104 326 142 20
Binary 1 100100 1010010 1100011 111000 0 1000100 11010110 1100010 10000

Color Harmonies of #012452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012452

Black with #012452

Text Example


Text Example

White with #012452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012452; }

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

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

background-color css

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

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

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

border-color css

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

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

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