Html Css Color HEX #072A7D Sapphire

📋 copy color: '#072A7D'

red 7 ◦ green 42 ◦ blue 125

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

Shades of Sapphire #072A7D

Tints of Sapphire #072A7D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24.14%

 BLUE value IS 125 (49.22% from 255) = 71.84%

R = 4.02%
G = 24.14%
B = 71.84%

CMYK

 C value IS 0.94

 M value IS 0.66

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#072A7D (or 0x072A7D) is known color: Sapphire. HEX triplet: 07, 2A and 7D. RGB value is (7,42,125). Sum of RGB (Red+Green+Blue) = 7+42+125=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 42 (16.80% from 255 or 24.14% from 174); Blue value is 125 (49.22% from 255 or 71.84% from 174); Max value from RGB is 125 - color contains mainly: blue. Hex color #072A7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072A7D is #F8D582. Grayscale: #282828. Windows color (decimal): -16307587 or 8202759. OLE color: 8202759.

HSL color Cylindrical-coordinate representation of color #072A7D: hue angle of 222.2º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072A7D is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 7 42 125 -
CMYK 0.94 0.66 0 0.51
HSL 222.2º 0.89% 0.26% -
HSV(B) 222.2º 0.94% 0.49% -
XYZ 4.62 3.18 19.77 -
YUV 41 175.4 103.75 -
System Red Green Blue C M Y K H S L
Decimal 7 42 125 0.94 0.66 0 0.51 222.2 0.89 0.26
Hex 7 2A 7D 5E 42 0 33 DE 59 1A
Octal 7 52 175 136 102 0 63 336 131 32
Binary 111 101010 1111101 1011110 1000010 0 110011 11011110 1011001 11010

Color Harmonies of #072A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072A7D

Black with #072A7D

Text Example


Text Example

White with #072A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072A7D; }

 p { color: rgb(7,42,125); }

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

background-color css

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

 a { background-color: rgb(7,42,125); }

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

border-color css

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

 span { border-color: rgb(7,42,125); }

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