Html Css Color HEX #0F398A Smalt

📋 copy color: '#0F398A'

red 15 ◦ green 57 ◦ blue 138

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

Shades of Smalt #0F398A

Tints of Smalt #0F398A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.14%

 BLUE value IS 138 (54.3% from 255) = 65.71%

R = 7.14%
G = 27.14%
B = 65.71%

CMYK

 C value IS 0.89

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0F398A (or 0x0F398A) is known color: Smalt. HEX triplet: 0F, 39 and 8A. RGB value is (15,57,138). Sum of RGB (Red+Green+Blue) = 15+57+138=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 138 (54.30% from 255 or 65.71% from 210); Max value from RGB is 138 - color contains mainly: blue. Hex color #0F398A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F398A is #F0C675. Grayscale: #353535. Windows color (decimal): -15779446 or 9058575. OLE color: 9058575.

HSL color Cylindrical-coordinate representation of color #0F398A: hue angle of 219.51º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F398A is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 15 57 138 -
CMYK 0.89 0.59 0 0.46
HSL 219.51º 0.8% 0.3% -
HSV(B) 219.51º 0.89% 0.54% -
XYZ 6.25 4.86 24.65 -
YUV 53.68 175.59 100.41 -
System Red Green Blue C M Y K H S L
Decimal 15 57 138 0.89 0.59 0 0.46 219.51 0.8 0.3
Hex F 39 8A 59 3B 0 2E DC 50 1E
Octal 17 71 212 131 73 0 56 334 120 36
Binary 1111 111001 10001010 1011001 111011 0 101110 11011100 1010000 11110

Color Harmonies of #0F398A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F398A

Black with #0F398A

Text Example


Text Example

White with #0F398A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,57,138); }

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

background-color css

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

 a { background-color: rgb(15,57,138); }

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

border-color css

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

 span { border-color: rgb(15,57,138); }

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