Html Css Color HEX #0B0F35 Midnight Express

📋 copy color: '#0B0F35'

red 11 ◦ green 15 ◦ blue 53

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

Shades of Midnight Express #0B0F35

Tints of Midnight Express #0B0F35

RGB

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

 GREEN value IS 15 (6.25% from 255) = 18.99%

 BLUE value IS 53 (21.09% from 255) = 67.09%

R = 13.92%
G = 18.99%
B = 67.09%

CMYK

 C value IS 0.79

 M value IS 0.72

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#0B0F35 (or 0x0B0F35) is known color: Midnight Express. HEX triplet: 0B, 0F and 35. RGB value is (11,15,53). Sum of RGB (Red+Green+Blue) = 11+15+53=79 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.92% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 53 (21.09% from 255 or 67.09% from 79); Max value from RGB is 53 - color contains mainly: blue. Hex color #0B0F35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0F35 is #F4F0CA. Grayscale: #111111. Windows color (decimal): -16052427 or 3477259. OLE color: 3477259.

HSL color Cylindrical-coordinate representation of color #0B0F35: hue angle of 234.29º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B0F35 is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 11 15 53 -
CMYK 0.79 0.72 0 0.79
HSL 234.29º 0.66% 0.13% -
HSV(B) 234.29º 0.79% 0.21% -
XYZ 0.95 0.67 3.45 -
YUV 18.14 147.67 122.91 -
System Red Green Blue C M Y K H S L
Decimal 11 15 53 0.79 0.72 0 0.79 234.29 0.66 0.13
Hex B F 35 4F 48 0 4F EA 42 D
Octal 13 17 65 117 110 0 117 352 102 15
Binary 1011 1111 110101 1001111 1001000 0 1001111 11101010 1000010 1101

Color Harmonies of #0B0F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0F35

Black with #0B0F35

Text Example


Text Example

White with #0B0F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,15,53); }

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

background-color css

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

 a { background-color: rgb(11,15,53); }

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

border-color css

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

 span { border-color: rgb(11,15,53); }

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