Html Css Color HEX #031067 Sapphire

📋 copy color: '#031067'

red 3 ◦ green 16 ◦ blue 103

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

Shades of Sapphire #031067

Tints of Sapphire #031067

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.11%

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

R = 2.46%
G = 13.11%
B = 84.43%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#031067 (or 0x031067) is known color: Sapphire. HEX triplet: 03, 10 and 67. RGB value is (3,16,103). Sum of RGB (Red+Green+Blue) = 3+16+103=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 103 (40.62% from 255 or 84.43% from 122); Max value from RGB is 103 - color contains mainly: blue. Hex color #031067 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031067 is #FCEF98. Grayscale: #151515. Windows color (decimal): -16576409 or 6754307. OLE color: 6754307.

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

Color convert

RGB 3 16 103 -
CMYK 0.97 0.84 0 0.60
HSL 232.2º 0.94% 0.21% -
HSV(B) 232.2º 0.97% 0.4% -
XYZ 2.67 1.37 12.96 -
YUV 22.03 173.69 114.43 -
System Red Green Blue C M Y K H S L
Decimal 3 16 103 0.97 0.84 0 0.60 232.2 0.94 0.21
Hex 3 10 67 61 54 0 3C E8 5E 15
Octal 3 20 147 141 124 0 74 350 136 25
Binary 11 10000 1100111 1100001 1010100 0 111100 11101000 1011110 10101

Color Harmonies of #031067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031067

Black with #031067

Text Example


Text Example

White with #031067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031067; }

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

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

background-color css

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

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

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

border-color css

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

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

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