Html Css Color HEX #071E6C Sapphire

📋 copy color: '#071E6C'

red 7 ◦ green 30 ◦ blue 108

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

Shades of Sapphire #071E6C

Tints of Sapphire #071E6C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.69%

 BLUE value IS 108 (42.58% from 255) = 74.48%

R = 4.83%
G = 20.69%
B = 74.48%

CMYK

 C value IS 0.94

 M value IS 0.72

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#071E6C (or 0x071E6C) is known color: Sapphire. HEX triplet: 07, 1E and 6C. RGB value is (7,30,108). Sum of RGB (Red+Green+Blue) = 7+30+108=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 108 (42.58% from 255 or 74.48% from 145); Max value from RGB is 108 - color contains mainly: blue. Hex color #071E6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071E6C is #F8E193. Grayscale: #1F1F1F. Windows color (decimal): -16310676 or 7085575. OLE color: 7085575.

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

Color convert

RGB 7 30 108 -
CMYK 0.94 0.72 0 0.58
HSL 226.34º 0.88% 0.23% -
HSV(B) 226.34º 0.94% 0.42% -
XYZ 3.26 2.06 14.41 -
YUV 32.02 170.88 110.16 -
System Red Green Blue C M Y K H S L
Decimal 7 30 108 0.94 0.72 0 0.58 226.34 0.88 0.23
Hex 7 1E 6C 5E 48 0 3A E2 58 17
Octal 7 36 154 136 110 0 72 342 130 27
Binary 111 11110 1101100 1011110 1001000 0 111010 11100010 1011000 10111

Color Harmonies of #071E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071E6C

Black with #071E6C

Text Example


Text Example

White with #071E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,30,108); }

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

background-color css

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

 a { background-color: rgb(7,30,108); }

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

border-color css

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

 span { border-color: rgb(7,30,108); }

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