Html Css Color HEX #031867 Sapphire

📋 copy color: '#031867'

red 3 ◦ green 24 ◦ blue 103

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

Shades of Sapphire #031867

Tints of Sapphire #031867

RGB

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

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

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

R = 2.31%
G = 18.46%
B = 79.23%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#031867 (or 0x031867) is known color: Sapphire. HEX triplet: 03, 18 and 67. RGB value is (3,24,103). Sum of RGB (Red+Green+Blue) = 3+24+103=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 103 (40.62% from 255 or 79.23% from 130); Max value from RGB is 103 - color contains mainly: blue. Hex color #031867 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031867 is #FCE798. Grayscale: #1A1A1A. Windows color (decimal): -16574361 or 6756355. OLE color: 6756355.

HSL color Cylindrical-coordinate representation of color #031867: hue angle of 227.4º 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 #031867 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 3 24 103 -
CMYK 0.97 0.77 0 0.60
HSL 227.4º 0.94% 0.21% -
HSV(B) 227.4º 0.97% 0.4% -
XYZ 2.81 1.65 13 -
YUV 26.73 171.04 111.08 -
System Red Green Blue C M Y K H S L
Decimal 3 24 103 0.97 0.77 0 0.60 227.4 0.94 0.21
Hex 3 18 67 61 4D 0 3C E3 5E 15
Octal 3 30 147 141 115 0 74 343 136 25
Binary 11 11000 1100111 1100001 1001101 0 111100 11100011 1011110 10101

Color Harmonies of #031867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031867

Black with #031867

Text Example


Text Example

White with #031867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031867; }

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

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

background-color css

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

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

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

border-color css

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

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

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