Html Css Color HEX #0F348B Smalt

📋 copy color: '#0F348B'

red 15 ◦ green 52 ◦ blue 139

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

Shades of Smalt #0F348B

Tints of Smalt #0F348B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.24%

 BLUE value IS 139 (54.69% from 255) = 67.48%

R = 7.28%
G = 25.24%
B = 67.48%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0F348B (or 0x0F348B) is known color: Smalt. HEX triplet: 0F, 34 and 8B. RGB value is (15,52,139). Sum of RGB (Red+Green+Blue) = 15+52+139=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 139 (54.69% from 255 or 67.48% from 206); Max value from RGB is 139 - color contains mainly: blue. Hex color #0F348B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F348B is #F0CB74. Grayscale: #323232. Windows color (decimal): -15780725 or 9122831. OLE color: 9122831.

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

Color convert

RGB 15 52 139 -
CMYK 0.89 0.63 0 0.45
HSL 222.1º 0.81% 0.3% -
HSV(B) 222.1º 0.89% 0.55% -
XYZ 6.09 4.42 24.96 -
YUV 50.86 177.74 102.43 -
System Red Green Blue C M Y K H S L
Decimal 15 52 139 0.89 0.63 0 0.45 222.1 0.81 0.3
Hex F 34 8B 59 3F 0 2D DE 51 1E
Octal 17 64 213 131 77 0 55 336 121 36
Binary 1111 110100 10001011 1011001 111111 0 101101 11011110 1010001 11110

Color Harmonies of #0F348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F348B

Black with #0F348B

Text Example


Text Example

White with #0F348B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,52,139); }

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

background-color css

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

 a { background-color: rgb(15,52,139); }

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

border-color css

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

 span { border-color: rgb(15,52,139); }

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