Html Css Color HEX #031453 Sapphire

📋 copy color: '#031453'

red 3 ◦ green 20 ◦ blue 83

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

Shades of Sapphire #031453

Tints of Sapphire #031453

RGB

 RED value IS 3 (1.56% from 255) = 2.83%

 GREEN value IS 20 (8.2% from 255) = 18.87%

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

R = 2.83%
G = 18.87%
B = 78.3%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#031453 (or 0x031453) is known color: Sapphire. HEX triplet: 03, 14 and 53. RGB value is (3,20,83). Sum of RGB (Red+Green+Blue) = 3+20+83=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 83 (32.81% from 255 or 78.30% from 106); Max value from RGB is 83 - color contains mainly: blue. Hex color #031453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031453 is #FCEBAC. Grayscale: #151515. Windows color (decimal): -16575405 or 5444611. OLE color: 5444611.

HSL color Cylindrical-coordinate representation of color #031453: hue angle of 227.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031453 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 20 83 -
CMYK 0.96 0.76 0 0.67
HSL 227.25º 0.93% 0.17% -
HSV(B) 227.25º 0.96% 0.33% -
XYZ 1.85 1.14 8.31 -
YUV 22.1 162.37 114.38 -
System Red Green Blue C M Y K H S L
Decimal 3 20 83 0.96 0.76 0 0.67 227.25 0.93 0.17
Hex 3 14 53 60 4C 0 43 E3 5D 11
Octal 3 24 123 140 114 0 103 343 135 21
Binary 11 10100 1010011 1100000 1001100 0 1000011 11100011 1011101 10001

Color Harmonies of #031453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031453

Black with #031453

Text Example


Text Example

White with #031453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031453; }

 p { color: rgb(3,20,83); }

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

background-color css

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

 a { background-color: rgb(3,20,83); }

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

border-color css

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

 span { border-color: rgb(3,20,83); }

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