Html Css Color HEX #060D95 New Midnight Blue

📋 copy color: '#060D95'

red 6 ◦ green 13 ◦ blue 149

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

Shades of New Midnight Blue #060D95

Tints of New Midnight Blue #060D95

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.74%

 BLUE value IS 149 (58.59% from 255) = 88.69%

R = 3.57%
G = 7.74%
B = 88.69%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#060D95 (or 0x060D95) is known color: New Midnight Blue. HEX triplet: 06, 0D and 95. RGB value is (6,13,149). Sum of RGB (Red+Green+Blue) = 6+13+149=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 149 (58.59% from 255 or 88.69% from 168); Max value from RGB is 149 - color contains mainly: blue. Hex color #060D95 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060D95 is #F9F26A. Grayscale: #191919. Windows color (decimal): -16380523 or 9768198. OLE color: 9768198.

HSL color Cylindrical-coordinate representation of color #060D95: hue angle of 237.06º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060D95 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 13 149 -
CMYK 0.96 0.91 0 0.42
HSL 237.06º 0.92% 0.3% -
HSV(B) 237.06º 0.96% 0.58% -
XYZ 5.64 2.5 28.62 -
YUV 26.41 197.18 113.44 -
System Red Green Blue C M Y K H S L
Decimal 6 13 149 0.96 0.91 0 0.42 237.06 0.92 0.3
Hex 6 D 95 60 5B 0 2A ED 5C 1E
Octal 6 15 225 140 133 0 52 355 134 36
Binary 110 1101 10010101 1100000 1011011 0 101010 11101101 1011100 11110

Color Harmonies of #060D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060D95

Black with #060D95

Text Example


Text Example

White with #060D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060D95; }

 p { color: rgb(6,13,149); }

 H1.HeaderClassName
 {
   color: #060D95;
 }
 .AnyTagClassName
 {
   color: #060D95;
 }
</style>

background-color css

<style>
 a { background-color: #060D95; }

 a { background-color: rgb(6,13,149); }

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

border-color css

<style>
 span { border-color: #060D95; }

 span { border-color: rgb(6,13,149); }

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