Html Css Color HEX #0603B0 New Midnight Blue

📋 copy color: '#0603B0'

red 6 ◦ green 3 ◦ blue 176

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

Shades of New Midnight Blue #0603B0

Tints of New Midnight Blue #0603B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 95.14%

R = 3.24%
G = 1.62%
B = 95.14%

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

#0603B0 (or 0x0603B0) is known color: New Midnight Blue. HEX triplet: 06, 03 and B0. RGB value is (6,3,176). Sum of RGB (Red+Green+Blue) = 6+3+176=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 176 (69.14% from 255 or 95.14% from 185); Max value from RGB is 176 - color contains mainly: blue. Hex color #0603B0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0603B0 is #F9FC4F. Grayscale: #161616. Windows color (decimal): -16383056 or 11535110. OLE color: 11535110.

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

Color convert

RGB 6 3 176 -
CMYK 0.97 0.98 0 0.31
HSL 241.04º 0.97% 0.35% -
HSV(B) 241.04º 0.98% 0.69% -
XYZ 7.94 3.24 41.28 -
YUV 23.62 213.99 115.43 -
System Red Green Blue C M Y K H S L
Decimal 6 3 176 0.97 0.98 0 0.31 241.04 0.97 0.35
Hex 6 3 B0 61 62 0 1F F1 61 23
Octal 6 3 260 141 142 0 37 361 141 43
Binary 110 11 10110000 1100001 1100010 0 11111 11110001 1100001 100011

Color Harmonies of #0603B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0603B0

Black with #0603B0

Text Example


Text Example

White with #0603B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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