Html Css Color HEX #0B063C Midnight Express

📋 copy color: '#0B063C'

red 11 ◦ green 6 ◦ blue 60

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

Shades of Midnight Express #0B063C

Tints of Midnight Express #0B063C

RGB

 RED value IS 11 (4.69% from 255) = 14.29%

 GREEN value IS 6 (2.73% from 255) = 7.79%

 BLUE value IS 60 (23.83% from 255) = 77.92%

R = 14.29%
G = 7.79%
B = 77.92%

CMYK

 C value IS 0.82

 M value IS 0.90

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0B063C (or 0x0B063C) is known color: Midnight Express. HEX triplet: 0B, 06 and 3C. RGB value is (11,6,60). Sum of RGB (Red+Green+Blue) = 11+6+60=77 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.29% from 77); Green value is 6 (2.73% from 255 or 7.79% from 77); Blue value is 60 (23.83% from 255 or 77.92% from 77); Max value from RGB is 60 - color contains mainly: blue. Hex color #0B063C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B063C is #F4F9C3. Grayscale: #0D0D0D. Windows color (decimal): -16054724 or 3933707. OLE color: 3933707.

HSL color Cylindrical-coordinate representation of color #0B063C: hue angle of 245.56º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B063C is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 11 6 60 -
CMYK 0.82 0.90 0 0.76
HSL 245.56º 0.82% 0.13% -
HSV(B) 245.56º 0.9% 0.24% -
XYZ 1.02 0.53 4.32 -
YUV 13.65 154.16 126.11 -
System Red Green Blue C M Y K H S L
Decimal 11 6 60 0.82 0.90 0 0.76 245.56 0.82 0.13
Hex B 6 3C 52 5A 0 4C F6 52 D
Octal 13 6 74 122 132 0 114 366 122 15
Binary 1011 110 111100 1010010 1011010 0 1001100 11110110 1010010 1101

Color Harmonies of #0B063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B063C

Black with #0B063C

Text Example


Text Example

White with #0B063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B063C; }

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

 H1.HeaderClassName
 {
   color: #0B063C;
 }
 .AnyTagClassName
 {
   color: #0B063C;
 }
</style>

background-color css

<style>
 a { background-color: #0B063C; }

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

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

border-color css

<style>
 span { border-color: #0B063C; }

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

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