Html Css Color HEX #0B2348 Midnight

📋 copy color: '#0B2348'

red 11 ◦ green 35 ◦ blue 72

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

Shades of Midnight #0B2348

Tints of Midnight #0B2348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 29.66%

 BLUE value IS 72 (28.52% from 255) = 61.02%

R = 9.32%
G = 29.66%
B = 61.02%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0B2348 (or 0x0B2348) is known color: Midnight. HEX triplet: 0B, 23 and 48. RGB value is (11,35,72). Sum of RGB (Red+Green+Blue) = 11+35+72=118 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.32% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 72 (28.52% from 255 or 61.02% from 118); Max value from RGB is 72 - color contains mainly: blue. Hex color #0B2348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2348 is #F4DCB7. Grayscale: #1F1F1F. Windows color (decimal): -16047288 or 4727563. OLE color: 4727563.

HSL color Cylindrical-coordinate representation of color #0B2348: hue angle of 216.39º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B2348 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 11 35 72 -
CMYK 0.85 0.51 0 0.72
HSL 216.39º 0.73% 0.16% -
HSV(B) 216.39º 0.85% 0.28% -
XYZ 1.91 1.74 6.37 -
YUV 32.04 150.55 112.99 -
System Red Green Blue C M Y K H S L
Decimal 11 35 72 0.85 0.51 0 0.72 216.39 0.73 0.16
Hex B 23 48 55 33 0 48 D8 49 10
Octal 13 43 110 125 63 0 110 330 111 20
Binary 1011 100011 1001000 1010101 110011 0 1001000 11011000 1001001 10000

Color Harmonies of #0B2348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2348

Black with #0B2348

Text Example


Text Example

White with #0B2348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,35,72); }

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

background-color css

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

 a { background-color: rgb(11,35,72); }

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

border-color css

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

 span { border-color: rgb(11,35,72); }

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