Html Css Color HEX #0603AF New Midnight Blue

📋 copy color: '#0603AF'

red 6 ◦ green 3 ◦ blue 175

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

Shades of New Midnight Blue #0603AF

Tints of New Midnight Blue #0603AF

RGB

 RED value IS 6 (2.73% from 255) = 3.26%

 GREEN value IS 3 (1.56% from 255) = 1.63%

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

R = 3.26%
G = 1.63%
B = 95.11%

CMYK

 C value IS 0.97

 M value IS 0.98

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0603AF (or 0x0603AF) is known color: New Midnight Blue. HEX triplet: 06, 03 and AF. RGB value is (6,3,175). Sum of RGB (Red+Green+Blue) = 6+3+175=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 3 (1.56% from 255 or 1.63% 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 #0603AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0603AF is #F9FC50. Grayscale: #161616. Windows color (decimal): -16383057 or 11469574. OLE color: 11469574.

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

Color convert

RGB 6 3 175 -
CMYK 0.97 0.98 0 0.31
HSL 241.05º 0.97% 0.35% -
HSV(B) 241.05º 0.98% 0.69% -
XYZ 7.85 3.2 40.76 -
YUV 23.51 213.49 115.51 -
System Red Green Blue C M Y K H S L
Decimal 6 3 175 0.97 0.98 0 0.31 241.05 0.97 0.35
Hex 6 3 AF 61 62 0 1F F1 61 23
Octal 6 3 257 141 142 0 37 361 141 43
Binary 110 11 10101111 1100001 1100010 0 11111 11110001 1100001 100011

Color Harmonies of #0603AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0603AF

Black with #0603AF

Text Example


Text Example

White with #0603AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,3,175); }

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

background-color css

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

 a { background-color: rgb(6,3,175); }

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

border-color css

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

 span { border-color: rgb(6,3,175); }

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