Html Css Color HEX #030753 Midnight Blue

📋 copy color: '#030753'

red 3 ◦ green 7 ◦ blue 83

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

Shades of Midnight Blue #030753

Tints of Midnight Blue #030753

RGB

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

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

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

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

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#030753 (or 0x030753) is known color: Midnight Blue. HEX triplet: 03, 07 and 53. RGB value is (3,7,83). Sum of RGB (Red+Green+Blue) = 3+7+83=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 7 (3.12% from 255 or 7.53% 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 #030753 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030753 is #FCF8AC. Grayscale: #0E0E0E. Windows color (decimal): -16578733 or 5441283. OLE color: 5441283.

HSL color Cylindrical-coordinate representation of color #030753: hue angle of 237º 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 #030753 is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 7 83 -
CMYK 0.96 0.92 0 0.67
HSL 237º 0.93% 0.17% -
HSV(B) 237º 0.96% 0.33% -
XYZ 1.67 0.8 8.25 -
YUV 14.47 166.67 119.82 -
System Red Green Blue C M Y K H S L
Decimal 3 7 83 0.96 0.92 0 0.67 237 0.93 0.17
Hex 3 7 53 60 5C 0 43 ED 5D 11
Octal 3 7 123 140 134 0 103 355 135 21
Binary 11 111 1010011 1100000 1011100 0 1000011 11101101 1011101 10001

Color Harmonies of #030753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030753

Black with #030753

Text Example


Text Example

White with #030753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030753; }

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

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

background-color css

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

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

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

border-color css

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

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

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