Html Css Color HEX #0600A1 New Midnight Blue

📋 copy color: '#0600A1'

red 6 ◦ green 0 ◦ blue 161

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

Shades of New Midnight Blue #0600A1

Tints of New Midnight Blue #0600A1

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 161 (63.28% from 255) = 96.41%

R = 3.59%
G = 0%
B = 96.41%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0600A1 (or 0x0600A1) is known color: New Midnight Blue. HEX triplet: 06, 00 and A1. RGB value is (6,0,161). Sum of RGB (Red+Green+Blue) = 6+0+161=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 161 (63.28% from 255 or 96.41% from 167); Max value from RGB is 161 - color contains mainly: blue. Hex color #0600A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0600A1 is #F9FF5E. Grayscale: #131313. Windows color (decimal): -16383839 or 10551302. OLE color: 10551302.

HSL color Cylindrical-coordinate representation of color #0600A1: hue angle of 242.24º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0600A1 is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 6 0 161 -
CMYK 0.96 1 0 0.37
HSL 242.24º 1% 0.32% -
HSV(B) 242.24º 1% 0.63% -
XYZ 6.51 2.61 33.88 -
YUV 20.15 207.49 117.91 -
System Red Green Blue C M Y K H S L
Decimal 6 0 161 0.96 1 0 0.37 242.24 1 0.32
Hex 6 0 A1 60 64 0 25 F2 64 20
Octal 6 0 241 140 144 0 45 362 144 40
Binary 110 0 10100001 1100000 1100100 0 100101 11110010 1100100 100000

Color Harmonies of #0600A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0600A1

Black with #0600A1

Text Example


Text Example

White with #0600A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0600A1; }

 p { color: rgb(6,0,161); }

 H1.HeaderClassName
 {
   color: #0600A1;
 }
 .AnyTagClassName
 {
   color: #0600A1;
 }
</style>

background-color css

<style>
 a { background-color: #0600A1; }

 a { background-color: rgb(6,0,161); }

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

border-color css

<style>
 span { border-color: #0600A1; }

 span { border-color: rgb(6,0,161); }

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