Html Css Color HEX #031053 Sapphire

📋 copy color: '#031053'

red 3 ◦ green 16 ◦ blue 83

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

Shades of Sapphire #031053

Tints of Sapphire #031053

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.69%

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

R = 2.94%
G = 15.69%
B = 81.37%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#031053 (or 0x031053) is known color: Sapphire. HEX triplet: 03, 10 and 53. RGB value is (3,16,83). Sum of RGB (Red+Green+Blue) = 3+16+83=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 83 (32.81% from 255 or 81.37% from 102); Max value from RGB is 83 - color contains mainly: blue. Hex color #031053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031053 is #FCEFAC. Grayscale: #131313. Windows color (decimal): -16576429 or 5443587. OLE color: 5443587.

HSL color Cylindrical-coordinate representation of color #031053: hue angle of 230.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 #031053 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 16 83 -
CMYK 0.96 0.81 0 0.67
HSL 230.25º 0.93% 0.17% -
HSV(B) 230.25º 0.96% 0.33% -
XYZ 1.78 1.01 8.29 -
YUV 19.75 163.69 116.05 -
System Red Green Blue C M Y K H S L
Decimal 3 16 83 0.96 0.81 0 0.67 230.25 0.93 0.17
Hex 3 10 53 60 51 0 43 E6 5D 11
Octal 3 20 123 140 121 0 103 346 135 21
Binary 11 10000 1010011 1100000 1010001 0 1000011 11100110 1011101 10001

Color Harmonies of #031053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031053

Black with #031053

Text Example


Text Example

White with #031053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031053; }

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

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

background-color css

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

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

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

border-color css

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

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

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