Html Css Color HEX #0B4394 Smalt

📋 copy color: '#0B4394'

red 11 ◦ green 67 ◦ blue 148

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

Shades of Smalt #0B4394

Tints of Smalt #0B4394

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.65%

 BLUE value IS 148 (58.2% from 255) = 65.49%

R = 4.87%
G = 29.65%
B = 65.49%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0B4394 (or 0x0B4394) is known color: Smalt. HEX triplet: 0B, 43 and 94. RGB value is (11,67,148). Sum of RGB (Red+Green+Blue) = 11+67+148=226 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.87% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 148 (58.20% from 255 or 65.49% from 226); Max value from RGB is 148 - color contains mainly: blue. Hex color #0B4394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4394 is #F4BC6B. Grayscale: #3B3B3B. Windows color (decimal): -16039020 or 9716491. OLE color: 9716491.

HSL color Cylindrical-coordinate representation of color #0B4394: hue angle of 215.47º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B4394 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 11 67 148 -
CMYK 0.93 0.55 0 0.42
HSL 215.47º 0.86% 0.31% -
HSV(B) 215.47º 0.93% 0.58% -
XYZ 7.49 6.22 28.82 -
YUV 59.49 177.95 93.41 -
System Red Green Blue C M Y K H S L
Decimal 11 67 148 0.93 0.55 0 0.42 215.47 0.86 0.31
Hex B 43 94 5D 37 0 2A D7 56 1F
Octal 13 103 224 135 67 0 52 327 126 37
Binary 1011 1000011 10010100 1011101 110111 0 101010 11010111 1010110 11111

Color Harmonies of #0B4394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4394

Black with #0B4394

Text Example


Text Example

White with #0B4394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,67,148); }

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

background-color css

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

 a { background-color: rgb(11,67,148); }

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

border-color css

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

 span { border-color: rgb(11,67,148); }

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