Html Css Color HEX #071853 Sapphire

📋 copy color: '#071853'

red 7 ◦ green 24 ◦ blue 83

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

Shades of Sapphire #071853

Tints of Sapphire #071853

RGB

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

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

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

R = 6.14%
G = 21.05%
B = 72.81%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#071853 (or 0x071853) is known color: Sapphire. HEX triplet: 07, 18 and 53. RGB value is (7,24,83). Sum of RGB (Red+Green+Blue) = 7+24+83=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 83 (32.81% from 255 or 72.81% from 114); Max value from RGB is 83 - color contains mainly: blue. Hex color #071853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071853 is #F8E7AC. Grayscale: #191919. Windows color (decimal): -16312237 or 5445639. OLE color: 5445639.

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

Color convert

RGB 7 24 83 -
CMYK 0.92 0.71 0 0.67
HSL 226.58º 0.84% 0.18% -
HSV(B) 226.58º 0.92% 0.33% -
XYZ 1.98 1.32 8.33 -
YUV 25.64 160.37 114.7 -
System Red Green Blue C M Y K H S L
Decimal 7 24 83 0.92 0.71 0 0.67 226.58 0.84 0.18
Hex 7 18 53 5C 47 0 43 E3 54 12
Octal 7 30 123 134 107 0 103 343 124 22
Binary 111 11000 1010011 1011100 1000111 0 1000011 11100011 1010100 10010

Color Harmonies of #071853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071853

Black with #071853

Text Example


Text Example

White with #071853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071853; }

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

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

background-color css

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

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

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

border-color css

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

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

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