Html Css Color HEX #060DB0 New Midnight Blue

📋 copy color: '#060DB0'

red 6 ◦ green 13 ◦ blue 176

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

Shades of New Midnight Blue #060DB0

Tints of New Midnight Blue #060DB0

RGB

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

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

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

R = 3.08%
G = 6.67%
B = 90.26%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#060DB0 (or 0x060DB0) is known color: New Midnight Blue. HEX triplet: 06, 0D and B0. RGB value is (6,13,176). Sum of RGB (Red+Green+Blue) = 6+13+176=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 176 (69.14% from 255 or 90.26% from 195); Max value from RGB is 176 - color contains mainly: blue. Hex color #060DB0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060DB0 is #F9F24F. Grayscale: #1C1C1C. Windows color (decimal): -16380496 or 11537670. OLE color: 11537670.

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

Color convert

RGB 6 13 176 -
CMYK 0.97 0.93 0 0.31
HSL 237.53º 0.93% 0.36% -
HSV(B) 237.53º 0.97% 0.69% -
XYZ 8.06 3.46 41.32 -
YUV 29.49 210.68 111.25 -
System Red Green Blue C M Y K H S L
Decimal 6 13 176 0.97 0.93 0 0.31 237.53 0.93 0.36
Hex 6 D B0 61 5D 0 1F EE 5D 24
Octal 6 15 260 141 135 0 37 356 135 44
Binary 110 1101 10110000 1100001 1011101 0 11111 11101110 1011101 100100

Color Harmonies of #060DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060DB0

Black with #060DB0

Text Example


Text Example

White with #060DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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