Html Css Color HEX #0F388E Smalt

📋 copy color: '#0F388E'

red 15 ◦ green 56 ◦ blue 142

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

Shades of Smalt #0F388E

Tints of Smalt #0F388E

RGB

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

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

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

R = 7.04%
G = 26.29%
B = 66.67%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0F388E (or 0x0F388E) is known color: Smalt. HEX triplet: 0F, 38 and 8E. RGB value is (15,56,142). Sum of RGB (Red+Green+Blue) = 15+56+142=213 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.04% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 142 (55.86% from 255 or 66.67% from 213); Max value from RGB is 142 - color contains mainly: blue. Hex color #0F388E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F388E is #F0C771. Grayscale: #353535. Windows color (decimal): -15779698 or 9320463. OLE color: 9320463.

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

Color convert

RGB 15 56 142 -
CMYK 0.89 0.61 0 0.44
HSL 220.63º 0.81% 0.31% -
HSV(B) 220.63º 0.89% 0.56% -
XYZ 6.49 4.88 26.19 -
YUV 53.55 177.92 100.51 -
System Red Green Blue C M Y K H S L
Decimal 15 56 142 0.89 0.61 0 0.44 220.63 0.81 0.31
Hex F 38 8E 59 3D 0 2C DD 51 1F
Octal 17 70 216 131 75 0 54 335 121 37
Binary 1111 111000 10001110 1011001 111101 0 101100 11011101 1010001 11111

Color Harmonies of #0F388E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F388E

Black with #0F388E

Text Example


Text Example

White with #0F388E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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