Html Css Color HEX #071A6B Sapphire

📋 copy color: '#071A6B'

red 7 ◦ green 26 ◦ blue 107

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

Shades of Sapphire #071A6B

Tints of Sapphire #071A6B

RGB

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

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

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

R = 5%
G = 18.57%
B = 76.43%

CMYK

 C value IS 0.93

 M value IS 0.76

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#071A6B (or 0x071A6B) is known color: Sapphire. HEX triplet: 07, 1A and 6B. RGB value is (7,26,107). Sum of RGB (Red+Green+Blue) = 7+26+107=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 107 (42.19% from 255 or 76.43% from 140); Max value from RGB is 107 - color contains mainly: blue. Hex color #071A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071A6B is #F8E594. Grayscale: #1D1D1D. Windows color (decimal): -16311701 or 7019015. OLE color: 7019015.

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

Color convert

RGB 7 26 107 -
CMYK 0.93 0.76 0 0.58
HSL 228.6º 0.88% 0.22% -
HSV(B) 228.6º 0.93% 0.42% -
XYZ 3.11 1.85 14.1 -
YUV 29.55 171.71 111.91 -
System Red Green Blue C M Y K H S L
Decimal 7 26 107 0.93 0.76 0 0.58 228.6 0.88 0.22
Hex 7 1A 6B 5D 4C 0 3A E5 58 16
Octal 7 32 153 135 114 0 72 345 130 26
Binary 111 11010 1101011 1011101 1001100 0 111010 11100101 1011000 10110

Color Harmonies of #071A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071A6B

Black with #071A6B

Text Example


Text Example

White with #071A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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