Html Css Color HEX #060BB2 New Midnight Blue

📋 copy color: '#060BB2'

red 6 ◦ green 11 ◦ blue 178

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

Shades of New Midnight Blue #060BB2

Tints of New Midnight Blue #060BB2

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.64%

 BLUE value IS 178 (69.92% from 255) = 91.28%

R = 3.08%
G = 5.64%
B = 91.28%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#060BB2 (or 0x060BB2) is known color: New Midnight Blue. HEX triplet: 06, 0B and B2. RGB value is (6,11,178). Sum of RGB (Red+Green+Blue) = 6+11+178=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 11 (4.69% from 255 or 5.64% from 195); Blue value is 178 (69.92% from 255 or 91.28% from 195); Max value from RGB is 178 - color contains mainly: blue. Hex color #060BB2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060BB2 is #F9F44D. Grayscale: #1B1B1B. Windows color (decimal): -16381006 or 11668230. OLE color: 11668230.

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

Color convert

RGB 6 11 178 -
CMYK 0.97 0.94 0 0.30
HSL 238.26º 0.93% 0.36% -
HSV(B) 238.26º 0.97% 0.7% -
XYZ 8.23 3.49 42.36 -
YUV 28.54 212.34 111.92 -
System Red Green Blue C M Y K H S L
Decimal 6 11 178 0.97 0.94 0 0.30 238.26 0.93 0.36
Hex 6 B B2 61 5E 0 1E EE 5D 24
Octal 6 13 262 141 136 0 36 356 135 44
Binary 110 1011 10110010 1100001 1011110 0 11110 11101110 1011101 100100

Color Harmonies of #060BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060BB2

Black with #060BB2

Text Example


Text Example

White with #060BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,11,178); }

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

background-color css

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

 a { background-color: rgb(6,11,178); }

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

border-color css

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

 span { border-color: rgb(6,11,178); }

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