Html Css Color HEX #0205AF New Midnight Blue

📋 copy color: '#0205AF'

red 2 ◦ green 5 ◦ blue 175

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

Shades of New Midnight Blue #0205AF

Tints of New Midnight Blue #0205AF

RGB

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

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

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

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

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0205AF (or 0x0205AF) is known color: New Midnight Blue. HEX triplet: 02, 05 and AF. RGB value is (2,5,175). Sum of RGB (Red+Green+Blue) = 2+5+175=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 5 (2.34% from 255 or 2.75% 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 #0205AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0205AF is #FDFA50. Grayscale: #161616. Windows color (decimal): -16644689 or 11470082. OLE color: 11470082.

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

Color convert

RGB 2 5 175 -
CMYK 0.99 0.97 0 0.31
HSL 238.96º 0.98% 0.35% -
HSV(B) 238.96º 0.99% 0.69% -
XYZ 7.82 3.22 40.77 -
YUV 23.48 213.51 112.68 -
System Red Green Blue C M Y K H S L
Decimal 2 5 175 0.99 0.97 0 0.31 238.96 0.98 0.35
Hex 2 5 AF 63 61 0 1F EF 62 23
Octal 2 5 257 143 141 0 37 357 142 43
Binary 10 101 10101111 1100011 1100001 0 11111 11101111 1100010 100011

Color Harmonies of #0205AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0205AF

Black with #0205AF

Text Example


Text Example

White with #0205AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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