Html Css Color HEX #031B54 Sapphire

📋 copy color: '#031B54'

red 3 ◦ green 27 ◦ blue 84

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

Shades of Sapphire #031B54

Tints of Sapphire #031B54

RGB

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

 GREEN value IS 27 (10.94% from 255) = 23.68%

 BLUE value IS 84 (33.2% from 255) = 73.68%

R = 2.63%
G = 23.68%
B = 73.68%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#031B54 (or 0x031B54) is known color: Sapphire. HEX triplet: 03, 1B and 54. RGB value is (3,27,84). Sum of RGB (Red+Green+Blue) = 3+27+84=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 27 (10.94% from 255 or 23.68% from 114); Blue value is 84 (33.20% from 255 or 73.68% from 114); Max value from RGB is 84 - color contains mainly: blue. Hex color #031B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031B54 is #FCE4AB. Grayscale: #1A1A1A. Windows color (decimal): -16573612 or 5511939. OLE color: 5511939.

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

Color convert

RGB 3 27 84 -
CMYK 0.96 0.68 0 0.67
HSL 222.22º 0.93% 0.17% -
HSV(B) 222.22º 0.96% 0.33% -
XYZ 2.03 1.44 8.56 -
YUV 26.32 160.55 111.37 -
System Red Green Blue C M Y K H S L
Decimal 3 27 84 0.96 0.68 0 0.67 222.22 0.93 0.17
Hex 3 1B 54 60 44 0 43 DE 5D 11
Octal 3 33 124 140 104 0 103 336 135 21
Binary 11 11011 1010100 1100000 1000100 0 1000011 11011110 1011101 10001

Color Harmonies of #031B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031B54

Black with #031B54

Text Example


Text Example

White with #031B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031B54; }

 p { color: rgb(3,27,84); }

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

background-color css

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

 a { background-color: rgb(3,27,84); }

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

border-color css

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

 span { border-color: rgb(3,27,84); }

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