Html Css Color HEX #072263 Sapphire

📋 copy color: '#072263'

red 7 ◦ green 34 ◦ blue 99

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

Shades of Sapphire #072263

Tints of Sapphire #072263

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.29%

 BLUE value IS 99 (39.06% from 255) = 70.71%

R = 5%
G = 24.29%
B = 70.71%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#072263 (or 0x072263) is known color: Sapphire. HEX triplet: 07, 22 and 63. RGB value is (7,34,99). Sum of RGB (Red+Green+Blue) = 7+34+99=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 99 (39.06% from 255 or 70.71% from 140); Max value from RGB is 99 - color contains mainly: blue. Hex color #072263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072263 is #F8DD9C. Grayscale: #212121. Windows color (decimal): -16309661 or 6496775. OLE color: 6496775.

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

Color convert

RGB 7 34 99 -
CMYK 0.93 0.66 0 0.61
HSL 222.39º 0.87% 0.21% -
HSV(B) 222.39º 0.93% 0.39% -
XYZ 2.91 2.09 12.05 -
YUV 33.34 165.05 109.21 -
System Red Green Blue C M Y K H S L
Decimal 7 34 99 0.93 0.66 0 0.61 222.39 0.87 0.21
Hex 7 22 63 5D 42 0 3D DE 57 15
Octal 7 42 143 135 102 0 75 336 127 25
Binary 111 100010 1100011 1011101 1000010 0 111101 11011110 1010111 10101

Color Harmonies of #072263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072263

Black with #072263

Text Example


Text Example

White with #072263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072263; }

 p { color: rgb(7,34,99); }

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

background-color css

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

 a { background-color: rgb(7,34,99); }

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

border-color css

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

 span { border-color: rgb(7,34,99); }

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