Html Css Color HEX #0F238B Smalt

📋 copy color: '#0F238B'

red 15 ◦ green 35 ◦ blue 139

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

Shades of Smalt #0F238B

Tints of Smalt #0F238B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.52%

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

R = 7.94%
G = 18.52%
B = 73.54%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0F238B (or 0x0F238B) is known color: Smalt. HEX triplet: 0F, 23 and 8B. RGB value is (15,35,139). Sum of RGB (Red+Green+Blue) = 15+35+139=189 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.94% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 139 (54.69% from 255 or 73.54% from 189); Max value from RGB is 139 - color contains mainly: blue. Hex color #0F238B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F238B is #F0DC74. Grayscale: #282828. Windows color (decimal): -15785077 or 9118479. OLE color: 9118479.

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

Color convert

RGB 15 35 139 -
CMYK 0.89 0.75 0 0.45
HSL 230.32º 0.81% 0.3% -
HSV(B) 230.32º 0.89% 0.55% -
XYZ 5.46 3.17 24.75 -
YUV 40.88 183.37 109.54 -
System Red Green Blue C M Y K H S L
Decimal 15 35 139 0.89 0.75 0 0.45 230.32 0.81 0.3
Hex F 23 8B 59 4B 0 2D E6 51 1E
Octal 17 43 213 131 113 0 55 346 121 36
Binary 1111 100011 10001011 1011001 1001011 0 101101 11100110 1010001 11110

Color Harmonies of #0F238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F238B

Black with #0F238B

Text Example


Text Example

White with #0F238B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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