Html Css Color HEX #072653 Sapphire

📋 copy color: '#072653'

red 7 ◦ green 38 ◦ blue 83

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

Shades of Sapphire #072653

Tints of Sapphire #072653

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.69%

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

R = 5.47%
G = 29.69%
B = 64.84%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#072653 (or 0x072653) is known color: Sapphire. HEX triplet: 07, 26 and 53. RGB value is (7,38,83). Sum of RGB (Red+Green+Blue) = 7+38+83=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 83 (32.81% from 255 or 64.84% from 128); Max value from RGB is 83 - color contains mainly: blue. Hex color #072653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072653 is #F8D9AC. Grayscale: #212121. Windows color (decimal): -16308653 or 5449223. OLE color: 5449223.

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

Color convert

RGB 7 38 83 -
CMYK 0.92 0.54 0 0.67
HSL 215.53º 0.84% 0.18% -
HSV(B) 215.53º 0.92% 0.33% -
XYZ 2.34 2.06 8.46 -
YUV 33.86 155.73 108.84 -
System Red Green Blue C M Y K H S L
Decimal 7 38 83 0.92 0.54 0 0.67 215.53 0.84 0.18
Hex 7 26 53 5C 36 0 43 D8 54 12
Octal 7 46 123 134 66 0 103 330 124 22
Binary 111 100110 1010011 1011100 110110 0 1000011 11011000 1010100 10010

Color Harmonies of #072653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072653

Black with #072653

Text Example


Text Example

White with #072653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072653; }

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

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

background-color css

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

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

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

border-color css

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

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

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