Html Css Color HEX #0F358B Smalt

📋 copy color: '#0F358B'

red 15 ◦ green 53 ◦ blue 139

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

Shades of Smalt #0F358B

Tints of Smalt #0F358B

RGB

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

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

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

R = 7.25%
G = 25.6%
B = 67.15%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0F358B (or 0x0F358B) is known color: Smalt. HEX triplet: 0F, 35 and 8B. RGB value is (15,53,139). Sum of RGB (Red+Green+Blue) = 15+53+139=207 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.25% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 139 (54.69% from 255 or 67.15% from 207); Max value from RGB is 139 - color contains mainly: blue. Hex color #0F358B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F358B is #F0CA74. Grayscale: #333333. Windows color (decimal): -15780469 or 9123087. OLE color: 9123087.

HSL color Cylindrical-coordinate representation of color #0F358B: hue angle of 221.61º 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 #0F358B is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 15 53 139 -
CMYK 0.89 0.62 0 0.45
HSL 221.61º 0.81% 0.3% -
HSV(B) 221.61º 0.89% 0.55% -
XYZ 6.13 4.51 24.97 -
YUV 51.44 177.41 102.01 -
System Red Green Blue C M Y K H S L
Decimal 15 53 139 0.89 0.62 0 0.45 221.61 0.81 0.3
Hex F 35 8B 59 3E 0 2D DE 51 1E
Octal 17 65 213 131 76 0 55 336 121 36
Binary 1111 110101 10001011 1011001 111110 0 101101 11011110 1010001 11110

Color Harmonies of #0F358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F358B

Black with #0F358B

Text Example


Text Example

White with #0F358B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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