Html Css Color HEX #071953 Sapphire

📋 copy color: '#071953'

red 7 ◦ green 25 ◦ blue 83

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

Shades of Sapphire #071953

Tints of Sapphire #071953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.74%

 BLUE value IS 83 (32.81% from 255) = 72.17%

R = 6.09%
G = 21.74%
B = 72.17%

CMYK

 C value IS 0.92

 M value IS 0.70

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#071953 (or 0x071953) is known color: Sapphire. HEX triplet: 07, 19 and 53. RGB value is (7,25,83). Sum of RGB (Red+Green+Blue) = 7+25+83=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 83 (32.81% from 255 or 72.17% from 115); Max value from RGB is 83 - color contains mainly: blue. Hex color #071953 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071953 is #F8E6AC. Grayscale: #191919. Windows color (decimal): -16311981 or 5445895. OLE color: 5445895.

HSL color Cylindrical-coordinate representation of color #071953: hue angle of 225.79º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #071953 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 25 83 -
CMYK 0.92 0.70 0 0.67
HSL 225.79º 0.84% 0.18% -
HSV(B) 225.79º 0.92% 0.33% -
XYZ 2 1.36 8.34 -
YUV 26.23 160.04 114.28 -
System Red Green Blue C M Y K H S L
Decimal 7 25 83 0.92 0.70 0 0.67 225.79 0.84 0.18
Hex 7 19 53 5C 46 0 43 E2 54 12
Octal 7 31 123 134 106 0 103 342 124 22
Binary 111 11001 1010011 1011100 1000110 0 1000011 11100010 1010100 10010

Color Harmonies of #071953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071953

Black with #071953

Text Example


Text Example

White with #071953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071953; }

 p { color: rgb(7,25,83); }

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

background-color css

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

 a { background-color: rgb(7,25,83); }

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

border-color css

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

 span { border-color: rgb(7,25,83); }

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