Html Css Color HEX #0B298D Smalt

📋 copy color: '#0B298D'

red 11 ◦ green 41 ◦ blue 141

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

Shades of Smalt #0B298D

Tints of Smalt #0B298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.24%

 BLUE value IS 141 (55.47% from 255) = 73.06%

R = 5.7%
G = 21.24%
B = 73.06%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0B298D (or 0x0B298D) is known color: Smalt. HEX triplet: 0B, 29 and 8D. RGB value is (11,41,141). Sum of RGB (Red+Green+Blue) = 11+41+141=193 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.70% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 141 (55.47% from 255 or 73.06% from 193); Max value from RGB is 141 - color contains mainly: blue. Hex color #0B298D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B298D is #F4D672. Grayscale: #2B2B2B. Windows color (decimal): -16045683 or 9251083. OLE color: 9251083.

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

Color convert

RGB 11 41 141 -
CMYK 0.92 0.71 0 0.45
HSL 226.15º 0.86% 0.3% -
HSV(B) 226.15º 0.92% 0.55% -
XYZ 5.74 3.58 25.59 -
YUV 43.43 183.06 104.87 -
System Red Green Blue C M Y K H S L
Decimal 11 41 141 0.92 0.71 0 0.45 226.15 0.86 0.3
Hex B 29 8D 5C 47 0 2D E2 56 1E
Octal 13 51 215 134 107 0 55 342 126 36
Binary 1011 101001 10001101 1011100 1000111 0 101101 11100010 1010110 11110

Color Harmonies of #0B298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B298D

Black with #0B298D

Text Example


Text Example

White with #0B298D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,41,141); }

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

background-color css

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

 a { background-color: rgb(11,41,141); }

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

border-color css

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

 span { border-color: rgb(11,41,141); }

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