Html Css Color HEX #060B4A Midnight Express

📋 copy color: '#060B4A'

red 6 ◦ green 11 ◦ blue 74

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

Shades of Midnight Express #060B4A

Tints of Midnight Express #060B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 81.32%

R = 6.59%
G = 12.09%
B = 81.32%

CMYK

 C value IS 0.92

 M value IS 0.85

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#060B4A (or 0x060B4A) is known color: Midnight Express. HEX triplet: 06, 0B and 4A. RGB value is (6,11,74). Sum of RGB (Red+Green+Blue) = 6+11+74=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 11 (4.69% from 255 or 12.09% from 91); Blue value is 74 (29.30% from 255 or 81.32% from 91); Max value from RGB is 74 - color contains mainly: blue. Hex color #060B4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060B4A is #F9F4B5. Grayscale: #101010. Windows color (decimal): -16381110 or 4852486. OLE color: 4852486.

HSL color Cylindrical-coordinate representation of color #060B4A: hue angle of 235.59º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #060B4A is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 11 74 -
CMYK 0.92 0.85 0 0.71
HSL 235.59º 0.85% 0.16% -
HSV(B) 235.59º 0.92% 0.29% -
XYZ 1.43 0.77 6.55 -
YUV 16.69 160.34 120.38 -
System Red Green Blue C M Y K H S L
Decimal 6 11 74 0.92 0.85 0 0.71 235.59 0.85 0.16
Hex 6 B 4A 5C 55 0 47 EC 55 10
Octal 6 13 112 134 125 0 107 354 125 20
Binary 110 1011 1001010 1011100 1010101 0 1000111 11101100 1010101 10000

Color Harmonies of #060B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060B4A

Black with #060B4A

Text Example


Text Example

White with #060B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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