Html Css Color HEX #031853 Sapphire

📋 copy color: '#031853'

red 3 ◦ green 24 ◦ blue 83

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

Shades of Sapphire #031853

Tints of Sapphire #031853

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.82%

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

R = 2.73%
G = 21.82%
B = 75.45%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#031853 (or 0x031853) is known color: Sapphire. HEX triplet: 03, 18 and 53. RGB value is (3,24,83). Sum of RGB (Red+Green+Blue) = 3+24+83=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 83 (32.81% from 255 or 75.45% from 110); Max value from RGB is 83 - color contains mainly: blue. Hex color #031853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031853 is #FCE7AC. Grayscale: #181818. Windows color (decimal): -16574381 or 5445635. OLE color: 5445635.

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

Color convert

RGB 3 24 83 -
CMYK 0.96 0.71 0 0.67
HSL 224.25º 0.93% 0.17% -
HSV(B) 224.25º 0.96% 0.33% -
XYZ 1.93 1.3 8.33 -
YUV 24.45 161.04 112.7 -
System Red Green Blue C M Y K H S L
Decimal 3 24 83 0.96 0.71 0 0.67 224.25 0.93 0.17
Hex 3 18 53 60 47 0 43 E0 5D 11
Octal 3 30 123 140 107 0 103 340 135 21
Binary 11 11000 1010011 1100000 1000111 0 1000011 11100000 1011101 10001

Color Harmonies of #031853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031853

Black with #031853

Text Example


Text Example

White with #031853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031853; }

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

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

background-color css

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

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

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

border-color css

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

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

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