Html Css Color HEX #071253 Sapphire

📋 copy color: '#071253'

red 7 ◦ green 18 ◦ blue 83

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

Shades of Sapphire #071253

Tints of Sapphire #071253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.67%

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

R = 6.48%
G = 16.67%
B = 76.85%

CMYK

 C value IS 0.92

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#071253 (or 0x071253) is known color: Sapphire. HEX triplet: 07, 12 and 53. RGB value is (7,18,83). Sum of RGB (Red+Green+Blue) = 7+18+83=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 83 (32.81% from 255 or 76.85% from 108); Max value from RGB is 83 - color contains mainly: blue. Hex color #071253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071253 is #F8EDAC. Grayscale: #151515. Windows color (decimal): -16313773 or 5444103. OLE color: 5444103.

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

Color convert

RGB 7 18 83 -
CMYK 0.92 0.78 0 0.67
HSL 231.32º 0.84% 0.18% -
HSV(B) 231.32º 0.92% 0.33% -
XYZ 1.87 1.1 8.3 -
YUV 22.12 162.36 117.21 -
System Red Green Blue C M Y K H S L
Decimal 7 18 83 0.92 0.78 0 0.67 231.32 0.84 0.18
Hex 7 12 53 5C 4E 0 43 E7 54 12
Octal 7 22 123 134 116 0 103 347 124 22
Binary 111 10010 1010011 1011100 1001110 0 1000011 11100111 1010100 10010

Color Harmonies of #071253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071253

Black with #071253

Text Example


Text Example

White with #071253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071253; }

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

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

background-color css

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

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

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

border-color css

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

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

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