Html Css Color HEX #0B065C Midnight Blue

📋 copy color: '#0B065C'

red 11 ◦ green 6 ◦ blue 92

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

Shades of Midnight Blue #0B065C

Tints of Midnight Blue #0B065C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 84.4%

R = 10.09%
G = 5.5%
B = 84.4%

CMYK

 C value IS 0.88

 M value IS 0.93

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0B065C (or 0x0B065C) is known color: Midnight Blue. HEX triplet: 0B, 06 and 5C. RGB value is (11,6,92). Sum of RGB (Red+Green+Blue) = 11+6+92=109 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.09% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 92 (36.33% from 255 or 84.40% from 109); Max value from RGB is 92 - color contains mainly: blue. Hex color #0B065C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B065C is #F4F9A3. Grayscale: #101010. Windows color (decimal): -16054692 or 6030859. OLE color: 6030859.

HSL color Cylindrical-coordinate representation of color #0B065C: hue angle of 243.49º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B065C is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 11 6 92 -
CMYK 0.88 0.93 0 0.64
HSL 243.49º 0.88% 0.19% -
HSV(B) 243.49º 0.93% 0.36% -
XYZ 2.13 0.97 10.2 -
YUV 17.3 170.16 123.51 -
System Red Green Blue C M Y K H S L
Decimal 11 6 92 0.88 0.93 0 0.64 243.49 0.88 0.19
Hex B 6 5C 58 5D 0 40 F3 58 13
Octal 13 6 134 130 135 0 100 363 130 23
Binary 1011 110 1011100 1011000 1011101 0 1000000 11110011 1011000 10011

Color Harmonies of #0B065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B065C

Black with #0B065C

Text Example


Text Example

White with #0B065C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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