Html Css Color HEX #070353 Midnight Blue

📋 copy color: '#070353'

red 7 ◦ green 3 ◦ blue 83

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

Shades of Midnight Blue #070353

Tints of Midnight Blue #070353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.23%

 BLUE value IS 83 (32.81% from 255) = 89.25%

R = 7.53%
G = 3.23%
B = 89.25%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#070353 (or 0x070353) is known color: Midnight Blue. HEX triplet: 07, 03 and 53. RGB value is (7,3,83). Sum of RGB (Red+Green+Blue) = 7+3+83=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 83 (32.81% from 255 or 89.25% from 93); Max value from RGB is 83 - color contains mainly: blue. Hex color #070353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070353 is #F8FCAC. Grayscale: #0D0D0D. Windows color (decimal): -16317613 or 5440263. OLE color: 5440263.

HSL color Cylindrical-coordinate representation of color #070353: hue angle of 243º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070353 is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 3 83 -
CMYK 0.92 0.96 0 0.67
HSL 243º 0.93% 0.17% -
HSV(B) 243º 0.96% 0.33% -
XYZ 1.68 0.73 8.24 -
YUV 13.32 167.33 123.5 -
System Red Green Blue C M Y K H S L
Decimal 7 3 83 0.92 0.96 0 0.67 243 0.93 0.17
Hex 7 3 53 5C 60 0 43 F3 5D 11
Octal 7 3 123 134 140 0 103 363 135 21
Binary 111 11 1010011 1011100 1100000 0 1000011 11110011 1011101 10001

Color Harmonies of #070353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070353

Black with #070353

Text Example


Text Example

White with #070353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070353; }

 p { color: rgb(7,3,83); }

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

background-color css

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

 a { background-color: rgb(7,3,83); }

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

border-color css

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

 span { border-color: rgb(7,3,83); }

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