Html Css Color HEX #031768 Sapphire

📋 copy color: '#031768'

red 3 ◦ green 23 ◦ blue 104

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

Shades of Sapphire #031768

Tints of Sapphire #031768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.69%

 BLUE value IS 104 (41.02% from 255) = 80%

R = 2.31%
G = 17.69%
B = 80%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#031768 (or 0x031768) is known color: Sapphire. HEX triplet: 03, 17 and 68. RGB value is (3,23,104). Sum of RGB (Red+Green+Blue) = 3+23+104=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 104 (41.02% from 255 or 80% from 130); Max value from RGB is 104 - color contains mainly: blue. Hex color #031768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031768 is #FCE897. Grayscale: #191919. Windows color (decimal): -16574616 or 6821635. OLE color: 6821635.

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

Color convert

RGB 3 23 104 -
CMYK 0.97 0.78 0 0.59
HSL 228.12º 0.94% 0.21% -
HSV(B) 228.12º 0.97% 0.41% -
XYZ 2.84 1.63 13.26 -
YUV 26.25 171.87 111.41 -
System Red Green Blue C M Y K H S L
Decimal 3 23 104 0.97 0.78 0 0.59 228.12 0.94 0.21
Hex 3 17 68 61 4E 0 3B E4 5E 15
Octal 3 27 150 141 116 0 73 344 136 25
Binary 11 10111 1101000 1100001 1001110 0 111011 11100100 1011110 10101

Color Harmonies of #031768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031768

Black with #031768

Text Example


Text Example

White with #031768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031768; }

 p { color: rgb(3,23,104); }

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

background-color css

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

 a { background-color: rgb(3,23,104); }

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

border-color css

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

 span { border-color: rgb(3,23,104); }

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