Html Css Color HEX #031567 Sapphire

📋 copy color: '#031567'

red 3 ◦ green 21 ◦ blue 103

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

Shades of Sapphire #031567

Tints of Sapphire #031567

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.54%

 BLUE value IS 103 (40.63% from 255) = 81.1%

R = 2.36%
G = 16.54%
B = 81.1%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#031567 (or 0x031567) is known color: Sapphire. HEX triplet: 03, 15 and 67. RGB value is (3,21,103). Sum of RGB (Red+Green+Blue) = 3+21+103=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 103 (40.62% from 255 or 81.10% from 127); Max value from RGB is 103 - color contains mainly: blue. Hex color #031567 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031567 is #FCEA98. Grayscale: #181818. Windows color (decimal): -16575129 or 6755587. OLE color: 6755587.

HSL color Cylindrical-coordinate representation of color #031567: hue angle of 229.2º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031567 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 3 21 103 -
CMYK 0.97 0.80 0 0.60
HSL 229.2º 0.94% 0.21% -
HSV(B) 229.2º 0.97% 0.4% -
XYZ 2.75 1.53 12.98 -
YUV 24.97 172.04 112.33 -
System Red Green Blue C M Y K H S L
Decimal 3 21 103 0.97 0.80 0 0.60 229.2 0.94 0.21
Hex 3 15 67 61 50 0 3C E5 5E 15
Octal 3 25 147 141 120 0 74 345 136 25
Binary 11 10101 1100111 1100001 1010000 0 111100 11100101 1011110 10101

Color Harmonies of #031567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031567

Black with #031567

Text Example


Text Example

White with #031567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031567; }

 p { color: rgb(3,21,103); }

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

background-color css

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

 a { background-color: rgb(3,21,103); }

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

border-color css

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

 span { border-color: rgb(3,21,103); }

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