Html Css Color HEX #0F358F Smalt

📋 copy color: '#0F358F'

red 15 ◦ green 53 ◦ blue 143

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

Shades of Smalt #0F358F

Tints of Smalt #0F358F

RGB

 RED value IS 15 (6.25% from 255) = 7.11%

 GREEN value IS 53 (21.09% from 255) = 25.12%

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

R = 7.11%
G = 25.12%
B = 67.77%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0F358F (or 0x0F358F) is known color: Smalt. HEX triplet: 0F, 35 and 8F. RGB value is (15,53,143). Sum of RGB (Red+Green+Blue) = 15+53+143=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 143 (56.25% from 255 or 67.77% from 211); Max value from RGB is 143 - color contains mainly: blue. Hex color #0F358F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F358F is #F0CA70. Grayscale: #333333. Windows color (decimal): -15780465 or 9385231. OLE color: 9385231.

HSL color Cylindrical-coordinate representation of color #0F358F: hue angle of 222.19º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F358F is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 15 53 143 -
CMYK 0.90 0.63 0 0.44
HSL 222.19º 0.81% 0.31% -
HSV(B) 222.19º 0.9% 0.56% -
XYZ 6.43 4.63 26.54 -
YUV 51.9 179.41 101.68 -
System Red Green Blue C M Y K H S L
Decimal 15 53 143 0.90 0.63 0 0.44 222.19 0.81 0.31
Hex F 35 8F 5A 3F 0 2C DE 51 1F
Octal 17 65 217 132 77 0 54 336 121 37
Binary 1111 110101 10001111 1011010 111111 0 101100 11011110 1010001 11111

Color Harmonies of #0F358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F358F

Black with #0F358F

Text Example


Text Example

White with #0F358F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F358F; }

 p { color: rgb(15,53,143); }

 H1.HeaderClassName
 {
   color: #0F358F;
 }
 .AnyTagClassName
 {
   color: #0F358F;
 }
</style>

background-color css

<style>
 a { background-color: #0F358F; }

 a { background-color: rgb(15,53,143); }

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

border-color css

<style>
 span { border-color: #0F358F; }

 span { border-color: rgb(15,53,143); }

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