Html Css Color HEX #071852 Sapphire

📋 copy color: '#071852'

red 7 ◦ green 24 ◦ blue 82

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

Shades of Sapphire #071852

Tints of Sapphire #071852

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.24%

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

R = 6.19%
G = 21.24%
B = 72.57%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#071852 (or 0x071852) is known color: Sapphire. HEX triplet: 07, 18 and 52. RGB value is (7,24,82). Sum of RGB (Red+Green+Blue) = 7+24+82=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 82 (32.42% from 255 or 72.57% from 113); Max value from RGB is 82 - color contains mainly: blue. Hex color #071852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071852 is #F8E7AD. Grayscale: #191919. Windows color (decimal): -16312238 or 5380103. OLE color: 5380103.

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

Color convert

RGB 7 24 82 -
CMYK 0.91 0.71 0 0.68
HSL 226.4º 0.84% 0.17% -
HSV(B) 226.4º 0.91% 0.32% -
XYZ 1.94 1.31 8.13 -
YUV 25.53 159.87 114.78 -
System Red Green Blue C M Y K H S L
Decimal 7 24 82 0.91 0.71 0 0.68 226.4 0.84 0.17
Hex 7 18 52 5B 47 0 44 E2 54 11
Octal 7 30 122 133 107 0 104 342 124 21
Binary 111 11000 1010010 1011011 1000111 0 1000100 11100010 1010100 10001

Color Harmonies of #071852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071852

Black with #071852

Text Example


Text Example

White with #071852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071852; }

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

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

background-color css

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

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

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

border-color css

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

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

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