Html Css Color HEX #072368 Sapphire

📋 copy color: '#072368'

red 7 ◦ green 35 ◦ blue 104

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

Shades of Sapphire #072368

Tints of Sapphire #072368

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.97%

 BLUE value IS 104 (41.02% from 255) = 71.23%

R = 4.79%
G = 23.97%
B = 71.23%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#072368 (or 0x072368) is known color: Sapphire. HEX triplet: 07, 23 and 68. RGB value is (7,35,104). Sum of RGB (Red+Green+Blue) = 7+35+104=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 104 (41.02% from 255 or 71.23% from 146); Max value from RGB is 104 - color contains mainly: blue. Hex color #072368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072368 is #F8DC97. Grayscale: #222222. Windows color (decimal): -16309400 or 6824711. OLE color: 6824711.

HSL color Cylindrical-coordinate representation of color #072368: hue angle of 222.68º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072368 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 35 104 -
CMYK 0.93 0.66 0 0.59
HSL 222.68º 0.87% 0.22% -
HSV(B) 222.68º 0.93% 0.41% -
XYZ 3.19 2.25 13.36 -
YUV 34.49 167.22 108.39 -
System Red Green Blue C M Y K H S L
Decimal 7 35 104 0.93 0.66 0 0.59 222.68 0.87 0.22
Hex 7 23 68 5D 42 0 3B DF 57 16
Octal 7 43 150 135 102 0 73 337 127 26
Binary 111 100011 1101000 1011101 1000010 0 111011 11011111 1010111 10110

Color Harmonies of #072368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072368

Black with #072368

Text Example


Text Example

White with #072368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072368; }

 p { color: rgb(7,35,104); }

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

background-color css

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

 a { background-color: rgb(7,35,104); }

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

border-color css

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

 span { border-color: rgb(7,35,104); }

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