Html Css Color HEX #071452 Sapphire

📋 copy color: '#071452'

red 7 ◦ green 20 ◦ blue 82

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

Shades of Sapphire #071452

Tints of Sapphire #071452

RGB

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

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

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

R = 6.42%
G = 18.35%
B = 75.23%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#071452 (or 0x071452) is known color: Sapphire. HEX triplet: 07, 14 and 52. RGB value is (7,20,82). Sum of RGB (Red+Green+Blue) = 7+20+82=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 82 (32.42% from 255 or 75.23% from 109); Max value from RGB is 82 - color contains mainly: blue. Hex color #071452 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071452 is #F8EBAD. Grayscale: #161616. Windows color (decimal): -16313262 or 5379079. OLE color: 5379079.

HSL color Cylindrical-coordinate representation of color #071452: hue angle of 229.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 #071452 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 7 20 82 -
CMYK 0.91 0.76 0 0.68
HSL 229.6º 0.84% 0.17% -
HSV(B) 229.6º 0.91% 0.32% -
XYZ 1.86 1.15 8.11 -
YUV 23.18 161.19 116.46 -
System Red Green Blue C M Y K H S L
Decimal 7 20 82 0.91 0.76 0 0.68 229.6 0.84 0.17
Hex 7 14 52 5B 4C 0 44 E6 54 11
Octal 7 24 122 133 114 0 104 346 124 21
Binary 111 10100 1010010 1011011 1001100 0 1000100 11100110 1010100 10001

Color Harmonies of #071452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071452

Black with #071452

Text Example


Text Example

White with #071452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071452; }

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

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

background-color css

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

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

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

border-color css

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

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

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