Html Css Color HEX #070255 Midnight Blue

📋 copy color: '#070255'

red 7 ◦ green 2 ◦ blue 85

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

Shades of Midnight Blue #070255

Tints of Midnight Blue #070255

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.13%

 BLUE value IS 85 (33.59% from 255) = 90.43%

R = 7.45%
G = 2.13%
B = 90.43%

CMYK

 C value IS 0.92

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#070255 (or 0x070255) is known color: Midnight Blue. HEX triplet: 07, 02 and 55. RGB value is (7,2,85). Sum of RGB (Red+Green+Blue) = 7+2+85=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 85 (33.59% from 255 or 90.43% from 94); Max value from RGB is 85 - color contains mainly: blue. Hex color #070255 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070255 is #F8FDAA. Grayscale: #0C0C0C. Windows color (decimal): -16317867 or 5571079. OLE color: 5571079.

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

Color convert

RGB 7 2 85 -
CMYK 0.92 0.98 0 0.67
HSL 243.61º 0.95% 0.17% -
HSV(B) 243.61º 0.98% 0.33% -
XYZ 1.75 0.74 8.65 -
YUV 12.96 168.66 123.75 -
System Red Green Blue C M Y K H S L
Decimal 7 2 85 0.92 0.98 0 0.67 243.61 0.95 0.17
Hex 7 2 55 5C 62 0 43 F4 5F 11
Octal 7 2 125 134 142 0 103 364 137 21
Binary 111 10 1010101 1011100 1100010 0 1000011 11110100 1011111 10001

Color Harmonies of #070255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070255

Black with #070255

Text Example


Text Example

White with #070255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070255; }

 p { color: rgb(7,2,85); }

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

background-color css

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

 a { background-color: rgb(7,2,85); }

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

border-color css

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

 span { border-color: rgb(7,2,85); }

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