Html Css Color HEX #0502AF New Midnight Blue

📋 copy color: '#0502AF'

red 5 ◦ green 2 ◦ blue 175

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

Shades of New Midnight Blue #0502AF

Tints of New Midnight Blue #0502AF

RGB

 RED value IS 5 (2.34% from 255) = 2.75%

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

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

R = 2.75%
G = 1.1%
B = 96.15%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0502AF (or 0x0502AF) is known color: New Midnight Blue. HEX triplet: 05, 02 and AF. RGB value is (5,2,175). Sum of RGB (Red+Green+Blue) = 5+2+175=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 175 (68.75% from 255 or 96.15% from 182); Max value from RGB is 175 - color contains mainly: blue. Hex color #0502AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0502AF is #FAFD50. Grayscale: #151515. Windows color (decimal): -16448849 or 11469317. OLE color: 11469317.

HSL color Cylindrical-coordinate representation of color #0502AF: hue angle of 241.04º 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 #0502AF is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 2 175 -
CMYK 0.97 0.99 0 0.31
HSL 241.04º 0.98% 0.35% -
HSV(B) 241.04º 0.99% 0.69% -
XYZ 7.82 3.17 40.76 -
YUV 22.62 213.99 115.43 -
System Red Green Blue C M Y K H S L
Decimal 5 2 175 0.97 0.99 0 0.31 241.04 0.98 0.35
Hex 5 2 AF 61 63 0 1F F1 62 23
Octal 5 2 257 141 143 0 37 361 142 43
Binary 101 10 10101111 1100001 1100011 0 11111 11110001 1100010 100011

Color Harmonies of #0502AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0502AF

Black with #0502AF

Text Example


Text Example

White with #0502AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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