Html Css Color HEX #071467 Sapphire

📋 copy color: '#071467'

red 7 ◦ green 20 ◦ blue 103

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

Shades of Sapphire #071467

Tints of Sapphire #071467

RGB

 RED value IS 7 (3.13% from 255) = 5.38%

 GREEN value IS 20 (8.2% from 255) = 15.38%

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

R = 5.38%
G = 15.38%
B = 79.23%

CMYK

 C value IS 0.93

 M value IS 0.81

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#071467 (or 0x071467) is known color: Sapphire. HEX triplet: 07, 14 and 67. RGB value is (7,20,103). Sum of RGB (Red+Green+Blue) = 7+20+103=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 20 (8.20% from 255 or 15.38% 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 #071467 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071467 is #F8EB98. Grayscale: #191919. Windows color (decimal): -16313241 or 6755335. OLE color: 6755335.

HSL color Cylindrical-coordinate representation of color #071467: hue angle of 231.88º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #071467 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 7 20 103 -
CMYK 0.93 0.81 0 0.60
HSL 231.88º 0.87% 0.22% -
HSV(B) 231.88º 0.93% 0.4% -
XYZ 2.79 1.52 12.98 -
YUV 25.58 171.69 114.75 -
System Red Green Blue C M Y K H S L
Decimal 7 20 103 0.93 0.81 0 0.60 231.88 0.87 0.22
Hex 7 14 67 5D 51 0 3C E8 57 16
Octal 7 24 147 135 121 0 74 350 127 26
Binary 111 10100 1100111 1011101 1010001 0 111100 11101000 1010111 10110

Color Harmonies of #071467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071467

Black with #071467

Text Example


Text Example

White with #071467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071467; }

 p { color: rgb(7,20,103); }

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

background-color css

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

 a { background-color: rgb(7,20,103); }

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

border-color css

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

 span { border-color: rgb(7,20,103); }

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