Html Css Color HEX #0B398B Smalt

📋 copy color: '#0B398B'

red 11 ◦ green 57 ◦ blue 139

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

Shades of Smalt #0B398B

Tints of Smalt #0B398B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 67.15%

R = 5.31%
G = 27.54%
B = 67.15%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0B398B (or 0x0B398B) is known color: Smalt. HEX triplet: 0B, 39 and 8B. RGB value is (11,57,139). Sum of RGB (Red+Green+Blue) = 11+57+139=207 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.31% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 139 (54.69% from 255 or 67.15% from 207); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B398B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B398B is #F4C674. Grayscale: #343434. Windows color (decimal): -16041589 or 9124107. OLE color: 9124107.

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

Color convert

RGB 11 57 139 -
CMYK 0.92 0.59 0 0.45
HSL 218.44º 0.85% 0.29% -
HSV(B) 218.44º 0.92% 0.55% -
XYZ 6.26 4.86 25.03 -
YUV 52.59 176.76 98.33 -
System Red Green Blue C M Y K H S L
Decimal 11 57 139 0.92 0.59 0 0.45 218.44 0.85 0.29
Hex B 39 8B 5C 3B 0 2D DA 55 1D
Octal 13 71 213 134 73 0 55 332 125 35
Binary 1011 111001 10001011 1011100 111011 0 101101 11011010 1010101 11101

Color Harmonies of #0B398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B398B

Black with #0B398B

Text Example


Text Example

White with #0B398B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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