Html Css Color HEX #08388A Smalt

📋 copy color: '#08388A'

red 8 ◦ green 56 ◦ blue 138

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

Shades of Smalt #08388A

Tints of Smalt #08388A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.72%

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

R = 3.96%
G = 27.72%
B = 68.32%

CMYK

 C value IS 0.94

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#08388A (or 0x08388A) is known color: Smalt. HEX triplet: 08, 38 and 8A. RGB value is (8,56,138). Sum of RGB (Red+Green+Blue) = 8+56+138=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 138 (54.30% from 255 or 68.32% from 202); Max value from RGB is 138 - color contains mainly: blue. Hex color #08388A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08388A is #F7C775. Grayscale: #323232. Windows color (decimal): -16238454 or 9058312. OLE color: 9058312.

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

Color convert

RGB 8 56 138 -
CMYK 0.94 0.59 0 0.46
HSL 217.85º 0.89% 0.29% -
HSV(B) 217.85º 0.94% 0.54% -
XYZ 6.1 4.71 24.63 -
YUV 51 177.1 97.33 -
System Red Green Blue C M Y K H S L
Decimal 8 56 138 0.94 0.59 0 0.46 217.85 0.89 0.29
Hex 8 38 8A 5E 3B 0 2E DA 59 1D
Octal 10 70 212 136 73 0 56 332 131 35
Binary 1000 111000 10001010 1011110 111011 0 101110 11011010 1011001 11101

Color Harmonies of #08388A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08388A

Black with #08388A

Text Example


Text Example

White with #08388A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08388A; }

 p { color: rgb(8,56,138); }

 H1.HeaderClassName
 {
   color: #08388A;
 }
 .AnyTagClassName
 {
   color: #08388A;
 }
</style>

background-color css

<style>
 a { background-color: #08388A; }

 a { background-color: rgb(8,56,138); }

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

border-color css

<style>
 span { border-color: #08388A; }

 span { border-color: rgb(8,56,138); }

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