Html Css Color HEX #08338B Smalt

📋 copy color: '#08338B'

red 8 ◦ green 51 ◦ blue 139

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

Shades of Smalt #08338B

Tints of Smalt #08338B

RGB

 RED value IS 8 (3.52% from 255) = 4.04%

 GREEN value IS 51 (20.31% from 255) = 25.76%

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

R = 4.04%
G = 25.76%
B = 70.2%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08338B (or 0x08338B) is known color: Smalt. HEX triplet: 08, 33 and 8B. RGB value is (8,51,139). Sum of RGB (Red+Green+Blue) = 8+51+139=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 139 (54.69% from 255 or 70.20% from 198); Max value from RGB is 139 - color contains mainly: blue. Hex color #08338B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08338B is #F7CC74. Grayscale: #2F2F2F. Windows color (decimal): -16239733 or 9122568. OLE color: 9122568.

HSL color Cylindrical-coordinate representation of color #08338B: hue angle of 220.31º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08338B is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 51 139 -
CMYK 0.94 0.63 0 0.45
HSL 220.31º 0.89% 0.29% -
HSV(B) 220.31º 0.94% 0.55% -
XYZ 5.94 4.28 24.94 -
YUV 48.18 179.25 99.34 -
System Red Green Blue C M Y K H S L
Decimal 8 51 139 0.94 0.63 0 0.45 220.31 0.89 0.29
Hex 8 33 8B 5E 3F 0 2D DC 59 1D
Octal 10 63 213 136 77 0 55 334 131 35
Binary 1000 110011 10001011 1011110 111111 0 101101 11011100 1011001 11101

Color Harmonies of #08338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08338B

Black with #08338B

Text Example


Text Example

White with #08338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08338B; }

 p { color: rgb(8,51,139); }

 H1.HeaderClassName
 {
   color: #08338B;
 }
 .AnyTagClassName
 {
   color: #08338B;
 }
</style>

background-color css

<style>
 a { background-color: #08338B; }

 a { background-color: rgb(8,51,139); }

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

border-color css

<style>
 span { border-color: #08338B; }

 span { border-color: rgb(8,51,139); }

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