Html Css Color HEX #08258E Smalt

📋 copy color: '#08258E'

red 8 ◦ green 37 ◦ blue 142

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

Shades of Smalt #08258E

Tints of Smalt #08258E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.79%

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

R = 4.28%
G = 19.79%
B = 75.94%

CMYK

 C value IS 0.94

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#08258E (or 0x08258E) is known color: Smalt. HEX triplet: 08, 25 and 8E. RGB value is (8,37,142). Sum of RGB (Red+Green+Blue) = 8+37+142=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 142 (55.86% from 255 or 75.94% from 187); Max value from RGB is 142 - color contains mainly: blue. Hex color #08258E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08258E is #F7DA71. Grayscale: #272727. Windows color (decimal): -16243314 or 9315592. OLE color: 9315592.

HSL color Cylindrical-coordinate representation of color #08258E: hue angle of 227.01º 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 #08258E is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 37 142 -
CMYK 0.94 0.74 0 0.44
HSL 227.01º 0.89% 0.29% -
HSV(B) 227.01º 0.94% 0.56% -
XYZ 5.64 3.33 25.94 -
YUV 40.3 185.39 104.96 -
System Red Green Blue C M Y K H S L
Decimal 8 37 142 0.94 0.74 0 0.44 227.01 0.89 0.29
Hex 8 25 8E 5E 4A 0 2C E3 59 1D
Octal 10 45 216 136 112 0 54 343 131 35
Binary 1000 100101 10001110 1011110 1001010 0 101100 11100011 1011001 11101

Color Harmonies of #08258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08258E

Black with #08258E

Text Example


Text Example

White with #08258E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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