Html Css Color HEX #08258F Smalt

📋 copy color: '#08258F'

red 8 ◦ green 37 ◦ blue 143

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

Shades of Smalt #08258F

Tints of Smalt #08258F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 76.06%

R = 4.26%
G = 19.68%
B = 76.06%

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

#08258F (or 0x08258F) is known color: Smalt. HEX triplet: 08, 25 and 8F. RGB value is (8,37,143). Sum of RGB (Red+Green+Blue) = 8+37+143=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 143 (56.25% from 255 or 76.06% from 188); Max value from RGB is 143 - color contains mainly: blue. Hex color #08258F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08258F is #F7DA70. Grayscale: #272727. Windows color (decimal): -16243313 or 9381128. OLE color: 9381128.

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

Color convert

RGB 8 37 143 -
CMYK 0.94 0.74 0 0.44
HSL 227.11º 0.89% 0.3% -
HSV(B) 227.11º 0.94% 0.56% -
XYZ 5.72 3.36 26.33 -
YUV 40.41 185.89 104.88 -
System Red Green Blue C M Y K H S L
Decimal 8 37 143 0.94 0.74 0 0.44 227.11 0.89 0.3
Hex 8 25 8F 5E 4A 0 2C E3 59 1E
Octal 10 45 217 136 112 0 54 343 131 36
Binary 1000 100101 10001111 1011110 1001010 0 101100 11100011 1011001 11110

Color Harmonies of #08258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08258F

Black with #08258F

Text Example


Text Example

White with #08258F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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