Html Css Color HEX #012453 Sapphire

📋 copy color: '#012453'

red 1 ◦ green 36 ◦ blue 83

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

Shades of Sapphire #012453

Tints of Sapphire #012453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 69.17%

R = 0.83%
G = 30%
B = 69.17%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#012453 (or 0x012453) is known color: Sapphire. HEX triplet: 01, 24 and 53. RGB value is (1,36,83). Sum of RGB (Red+Green+Blue) = 1+36+83=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 83 (32.81% from 255 or 69.17% from 120); Max value from RGB is 83 - color contains mainly: blue. Hex color #012453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012453 is #FEDBAC. Grayscale: #1E1E1E. Windows color (decimal): -16702381 or 5448705. OLE color: 5448705.

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

Color convert

RGB 1 36 83 -
CMYK 0.99 0.57 0 0.67
HSL 214.39º 0.98% 0.16% -
HSV(B) 214.39º 0.99% 0.33% -
XYZ 2.2 1.89 8.43 -
YUV 30.89 157.4 106.68 -
System Red Green Blue C M Y K H S L
Decimal 1 36 83 0.99 0.57 0 0.67 214.39 0.98 0.16
Hex 1 24 53 63 39 0 43 D6 62 10
Octal 1 44 123 143 71 0 103 326 142 20
Binary 1 100100 1010011 1100011 111001 0 1000011 11010110 1100010 10000

Color Harmonies of #012453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012453

Black with #012453

Text Example


Text Example

White with #012453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012453; }

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

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

background-color css

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

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

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

border-color css

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

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

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