Html Css Color HEX #031A6B Sapphire

📋 copy color: '#031A6B'

red 3 ◦ green 26 ◦ blue 107

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

Shades of Sapphire #031A6B

Tints of Sapphire #031A6B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.12%

 BLUE value IS 107 (42.19% from 255) = 78.68%

R = 2.21%
G = 19.12%
B = 78.68%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#031A6B (or 0x031A6B) is known color: Sapphire. HEX triplet: 03, 1A and 6B. RGB value is (3,26,107). Sum of RGB (Red+Green+Blue) = 3+26+107=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 107 (42.19% from 255 or 78.68% from 136); Max value from RGB is 107 - color contains mainly: blue. Hex color #031A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031A6B is #FCE594. Grayscale: #1C1C1C. Windows color (decimal): -16573845 or 7019011. OLE color: 7019011.

HSL color Cylindrical-coordinate representation of color #031A6B: hue angle of 226.73º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031A6B is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 26 107 -
CMYK 0.97 0.76 0 0.58
HSL 226.73º 0.95% 0.22% -
HSV(B) 226.73º 0.97% 0.42% -
XYZ 3.06 1.82 14.1 -
YUV 28.36 172.38 109.91 -
System Red Green Blue C M Y K H S L
Decimal 3 26 107 0.97 0.76 0 0.58 226.73 0.95 0.22
Hex 3 1A 6B 61 4C 0 3A E3 5F 16
Octal 3 32 153 141 114 0 72 343 137 26
Binary 11 11010 1101011 1100001 1001100 0 111010 11100011 1011111 10110

Color Harmonies of #031A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031A6B

Black with #031A6B

Text Example


Text Example

White with #031A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,26,107); }

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

background-color css

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

 a { background-color: rgb(3,26,107); }

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

border-color css

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

 span { border-color: rgb(3,26,107); }

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