Html Css Color HEX #07014B Midnight Blue

📋 copy color: '#07014B'

red 7 ◦ green 1 ◦ blue 75

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

Shades of Midnight Blue #07014B

Tints of Midnight Blue #07014B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.2%

 BLUE value IS 75 (29.69% from 255) = 90.36%

R = 8.43%
G = 1.2%
B = 90.36%

CMYK

 C value IS 0.91

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#07014B (or 0x07014B) is known color: Midnight Blue. HEX triplet: 07, 01 and 4B. RGB value is (7,1,75). Sum of RGB (Red+Green+Blue) = 7+1+75=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 75 (29.69% from 255 or 90.36% from 83); Max value from RGB is 75 - color contains mainly: blue. Hex color #07014B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07014B is #F8FEB4. Grayscale: #0A0A0A. Windows color (decimal): -16318133 or 4915463. OLE color: 4915463.

HSL color Cylindrical-coordinate representation of color #07014B: hue angle of 244.86º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #07014B is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 1 75 -
CMYK 0.91 0.99 0 0.71
HSL 244.86º 0.97% 0.15% -
HSV(B) 244.86º 0.99% 0.29% -
XYZ 1.37 0.57 6.7 -
YUV 11.23 163.99 124.98 -
System Red Green Blue C M Y K H S L
Decimal 7 1 75 0.91 0.99 0 0.71 244.86 0.97 0.15
Hex 7 1 4B 5B 63 0 47 F5 61 F
Octal 7 1 113 133 143 0 107 365 141 17
Binary 111 1 1001011 1011011 1100011 0 1000111 11110101 1100001 1111

Color Harmonies of #07014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07014B

Black with #07014B

Text Example


Text Example

White with #07014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07014B; }

 p { color: rgb(7,1,75); }

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

background-color css

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

 a { background-color: rgb(7,1,75); }

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

border-color css

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

 span { border-color: rgb(7,1,75); }

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