Html Css Color HEX #0B398A Smalt

📋 copy color: '#0B398A'

red 11 ◦ green 57 ◦ blue 138

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

Shades of Smalt #0B398A

Tints of Smalt #0B398A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.67%

 BLUE value IS 138 (54.3% from 255) = 66.99%

R = 5.34%
G = 27.67%
B = 66.99%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0B398A (or 0x0B398A) is known color: Smalt. HEX triplet: 0B, 39 and 8A. RGB value is (11,57,138). Sum of RGB (Red+Green+Blue) = 11+57+138=206 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.34% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 138 (54.30% from 255 or 66.99% from 206); Max value from RGB is 138 - color contains mainly: blue. Hex color #0B398A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B398A is #F4C675. Grayscale: #343434. Windows color (decimal): -16041590 or 9058571. OLE color: 9058571.

HSL color Cylindrical-coordinate representation of color #0B398A: hue angle of 218.27º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B398A is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 11 57 138 -
CMYK 0.92 0.59 0 0.46
HSL 218.27º 0.85% 0.29% -
HSV(B) 218.27º 0.92% 0.54% -
XYZ 6.19 4.83 24.65 -
YUV 52.48 176.26 98.41 -
System Red Green Blue C M Y K H S L
Decimal 11 57 138 0.92 0.59 0 0.46 218.27 0.85 0.29
Hex B 39 8A 5C 3B 0 2E DA 55 1D
Octal 13 71 212 134 73 0 56 332 125 35
Binary 1011 111001 10001010 1011100 111011 0 101110 11011010 1010101 11101

Color Harmonies of #0B398A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B398A

Black with #0B398A

Text Example


Text Example

White with #0B398A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,57,138); }

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

background-color css

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

 a { background-color: rgb(11,57,138); }

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

border-color css

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

 span { border-color: rgb(11,57,138); }

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