Html Css Color HEX #072965 Sapphire

📋 copy color: '#072965'

red 7 ◦ green 41 ◦ blue 101

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

Shades of Sapphire #072965

Tints of Sapphire #072965

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.52%

 BLUE value IS 101 (39.84% from 255) = 67.79%

R = 4.7%
G = 27.52%
B = 67.79%

CMYK

 C value IS 0.93

 M value IS 0.59

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#072965 (or 0x072965) is known color: Sapphire. HEX triplet: 07, 29 and 65. RGB value is (7,41,101). Sum of RGB (Red+Green+Blue) = 7+41+101=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 101 (39.84% from 255 or 67.79% from 149); Max value from RGB is 101 - color contains mainly: blue. Hex color #072965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072965 is #F8D69A. Grayscale: #252525. Windows color (decimal): -16307867 or 6629639. OLE color: 6629639.

HSL color Cylindrical-coordinate representation of color #072965: hue angle of 218.3º 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 #072965 is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 7 41 101 -
CMYK 0.93 0.59 0 0.60
HSL 218.3º 0.87% 0.21% -
HSV(B) 218.3º 0.93% 0.4% -
XYZ 3.23 2.57 12.64 -
YUV 37.67 163.74 106.12 -
System Red Green Blue C M Y K H S L
Decimal 7 41 101 0.93 0.59 0 0.60 218.3 0.87 0.21
Hex 7 29 65 5D 3B 0 3C DA 57 15
Octal 7 51 145 135 73 0 74 332 127 25
Binary 111 101001 1100101 1011101 111011 0 111100 11011010 1010111 10101

Color Harmonies of #072965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072965

Black with #072965

Text Example


Text Example

White with #072965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072965; }

 p { color: rgb(7,41,101); }

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

background-color css

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

 a { background-color: rgb(7,41,101); }

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

border-color css

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

 span { border-color: rgb(7,41,101); }

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