Html Css Color HEX #0F388D Smalt

📋 copy color: '#0F388D'

red 15 ◦ green 56 ◦ blue 141

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

Shades of Smalt #0F388D

Tints of Smalt #0F388D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 66.51%

R = 7.08%
G = 26.42%
B = 66.51%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0F388D (or 0x0F388D) is known color: Smalt. HEX triplet: 0F, 38 and 8D. RGB value is (15,56,141). Sum of RGB (Red+Green+Blue) = 15+56+141=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #0F388D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F388D is #F0C772. Grayscale: #353535. Windows color (decimal): -15779699 or 9254927. OLE color: 9254927.

HSL color Cylindrical-coordinate representation of color #0F388D: hue angle of 220.48º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F388D is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 15 56 141 -
CMYK 0.89 0.60 0 0.45
HSL 220.48º 0.81% 0.31% -
HSV(B) 220.48º 0.89% 0.55% -
XYZ 6.42 4.85 25.8 -
YUV 53.43 177.42 100.59 -
System Red Green Blue C M Y K H S L
Decimal 15 56 141 0.89 0.60 0 0.45 220.48 0.81 0.31
Hex F 38 8D 59 3C 0 2D DC 51 1F
Octal 17 70 215 131 74 0 55 334 121 37
Binary 1111 111000 10001101 1011001 111100 0 101101 11011100 1010001 11111

Color Harmonies of #0F388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F388D

Black with #0F388D

Text Example


Text Example

White with #0F388D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,56,141); }

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

background-color css

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

 a { background-color: rgb(15,56,141); }

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

border-color css

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

 span { border-color: rgb(15,56,141); }

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