Html Css Color HEX #072366 Sapphire

📋 copy color: '#072366'

red 7 ◦ green 35 ◦ blue 102

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

Shades of Sapphire #072366

Tints of Sapphire #072366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 70.83%

R = 4.86%
G = 24.31%
B = 70.83%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#072366 (or 0x072366) is known color: Sapphire. HEX triplet: 07, 23 and 66. RGB value is (7,35,102). Sum of RGB (Red+Green+Blue) = 7+35+102=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 102 (40.23% from 255 or 70.83% from 144); Max value from RGB is 102 - color contains mainly: blue. Hex color #072366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072366 is #F8DC99. Grayscale: #212121. Windows color (decimal): -16309402 or 6693639. OLE color: 6693639.

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

Color convert

RGB 7 35 102 -
CMYK 0.93 0.66 0 0.6
HSL 222.32º 0.87% 0.21% -
HSV(B) 222.32º 0.93% 0.4% -
XYZ 3.09 2.21 12.83 -
YUV 34.27 166.22 108.55 -
System Red Green Blue C M Y K H S L
Decimal 7 35 102 0.93 0.66 0 0.6 222.32 0.87 0.21
Hex 7 23 66 5D 42 0 3C DE 57 15
Octal 7 43 146 135 102 0 74 336 127 25
Binary 111 100011 1100110 1011101 1000010 0 111100 11011110 1010111 10101

Color Harmonies of #072366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072366

Black with #072366

Text Example


Text Example

White with #072366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072366; }

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

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

background-color css

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

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

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

border-color css

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

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

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