Html Css Color HEX #0702AF New Midnight Blue

📋 copy color: '#0702AF'

red 7 ◦ green 2 ◦ blue 175

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

Shades of New Midnight Blue #0702AF

Tints of New Midnight Blue #0702AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 95.11%

R = 3.8%
G = 1.09%
B = 95.11%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0702AF (or 0x0702AF) is known color: New Midnight Blue. HEX triplet: 07, 02 and AF. RGB value is (7,2,175). Sum of RGB (Red+Green+Blue) = 7+2+175=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 175 (68.75% from 255 or 95.11% from 184); Max value from RGB is 175 - color contains mainly: blue. Hex color #0702AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0702AF is #F8FD50. Grayscale: #161616. Windows color (decimal): -16317777 or 11469319. OLE color: 11469319.

HSL color Cylindrical-coordinate representation of color #0702AF: hue angle of 241.73º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0702AF is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 7 2 175 -
CMYK 0.96 0.99 0 0.31
HSL 241.73º 0.98% 0.35% -
HSV(B) 241.73º 0.99% 0.69% -
XYZ 7.85 3.18 40.76 -
YUV 23.22 213.66 116.43 -
System Red Green Blue C M Y K H S L
Decimal 7 2 175 0.96 0.99 0 0.31 241.73 0.98 0.35
Hex 7 2 AF 60 63 0 1F F2 62 23
Octal 7 2 257 140 143 0 37 362 142 43
Binary 111 10 10101111 1100000 1100011 0 11111 11110010 1100010 100011

Color Harmonies of #0702AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0702AF

Black with #0702AF

Text Example


Text Example

White with #0702AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0702AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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