Html Css Color HEX #071952 Sapphire

📋 copy color: '#071952'

red 7 ◦ green 25 ◦ blue 82

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

Shades of Sapphire #071952

Tints of Sapphire #071952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 71.93%

R = 6.14%
G = 21.93%
B = 71.93%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#071952 (or 0x071952) is known color: Sapphire. HEX triplet: 07, 19 and 52. RGB value is (7,25,82). Sum of RGB (Red+Green+Blue) = 7+25+82=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 82 (32.42% from 255 or 71.93% from 114); Max value from RGB is 82 - color contains mainly: blue. Hex color #071952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071952 is #F8E6AD. Grayscale: #191919. Windows color (decimal): -16311982 or 5380359. OLE color: 5380359.

HSL color Cylindrical-coordinate representation of color #071952: hue angle of 225.6º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #071952 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 7 25 82 -
CMYK 0.91 0.70 0 0.68
HSL 225.6º 0.84% 0.17% -
HSV(B) 225.6º 0.91% 0.32% -
XYZ 1.96 1.35 8.14 -
YUV 26.12 159.54 114.37 -
System Red Green Blue C M Y K H S L
Decimal 7 25 82 0.91 0.70 0 0.68 225.6 0.84 0.17
Hex 7 19 52 5B 46 0 44 E2 54 11
Octal 7 31 122 133 106 0 104 342 124 21
Binary 111 11001 1010010 1011011 1000110 0 1000100 11100010 1010100 10001

Color Harmonies of #071952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071952

Black with #071952

Text Example


Text Example

White with #071952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071952; }

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

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

background-color css

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

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

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

border-color css

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

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

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