Html Css Color HEX #0F238C Smalt

📋 copy color: '#0F238C'

red 15 ◦ green 35 ◦ blue 140

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

Shades of Smalt #0F238C

Tints of Smalt #0F238C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 73.68%

R = 7.89%
G = 18.42%
B = 73.68%

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

#0F238C (or 0x0F238C) is known color: Smalt. HEX triplet: 0F, 23 and 8C. RGB value is (15,35,140). Sum of RGB (Red+Green+Blue) = 15+35+140=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 140 (55.08% from 255 or 73.68% from 190); Max value from RGB is 140 - color contains mainly: blue. Hex color #0F238C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F238C is #F0DC73. Grayscale: #282828. Windows color (decimal): -15785076 or 9184015. OLE color: 9184015.

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

Color convert

RGB 15 35 140 -
CMYK 0.89 0.75 0 0.45
HSL 230.4º 0.81% 0.3% -
HSV(B) 230.4º 0.89% 0.55% -
XYZ 5.53 3.2 25.14 -
YUV 40.99 183.87 109.46 -
System Red Green Blue C M Y K H S L
Decimal 15 35 140 0.89 0.75 0 0.45 230.4 0.81 0.3
Hex F 23 8C 59 4B 0 2D E6 51 1E
Octal 17 43 214 131 113 0 55 346 121 36
Binary 1111 100011 10001100 1011001 1001011 0 101101 11100110 1010001 11110

Color Harmonies of #0F238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F238C

Black with #0F238C

Text Example


Text Example

White with #0F238C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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