Html Css Color HEX #08268E Smalt

📋 copy color: '#08268E'

red 8 ◦ green 38 ◦ blue 142

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

Shades of Smalt #08268E

Tints of Smalt #08268E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.21%

 BLUE value IS 142 (55.86% from 255) = 75.53%

R = 4.26%
G = 20.21%
B = 75.53%

CMYK

 C value IS 0.94

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#08268E (or 0x08268E) is known color: Smalt. HEX triplet: 08, 26 and 8E. RGB value is (8,38,142). Sum of RGB (Red+Green+Blue) = 8+38+142=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 142 (55.86% from 255 or 75.53% from 188); Max value from RGB is 142 - color contains mainly: blue. Hex color #08268E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08268E is #F7D971. Grayscale: #282828. Windows color (decimal): -16243058 or 9315848. OLE color: 9315848.

HSL color Cylindrical-coordinate representation of color #08268E: hue angle of 226.57º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08268E is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 38 142 -
CMYK 0.94 0.73 0 0.44
HSL 226.57º 0.89% 0.29% -
HSV(B) 226.57º 0.94% 0.56% -
XYZ 5.68 3.39 25.95 -
YUV 40.89 185.06 104.54 -
System Red Green Blue C M Y K H S L
Decimal 8 38 142 0.94 0.73 0 0.44 226.57 0.89 0.29
Hex 8 26 8E 5E 49 0 2C E3 59 1D
Octal 10 46 216 136 111 0 54 343 131 35
Binary 1000 100110 10001110 1011110 1001001 0 101100 11100011 1011001 11101

Color Harmonies of #08268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08268E

Black with #08268E

Text Example


Text Example

White with #08268E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08268E; }

 p { color: rgb(8,38,142); }

 H1.HeaderClassName
 {
   color: #08268E;
 }
 .AnyTagClassName
 {
   color: #08268E;
 }
</style>

background-color css

<style>
 a { background-color: #08268E; }

 a { background-color: rgb(8,38,142); }

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

border-color css

<style>
 span { border-color: #08268E; }

 span { border-color: rgb(8,38,142); }

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