Html Css Color HEX #0F4398 Smalt

📋 copy color: '#0F4398'

red 15 ◦ green 67 ◦ blue 152

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

Shades of Smalt #0F4398

Tints of Smalt #0F4398

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.63%

 BLUE value IS 152 (59.77% from 255) = 64.96%

R = 6.41%
G = 28.63%
B = 64.96%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0F4398 (or 0x0F4398) is known color: Smalt. HEX triplet: 0F, 43 and 98. RGB value is (15,67,152). Sum of RGB (Red+Green+Blue) = 15+67+152=234 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.41% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 152 (59.77% from 255 or 64.96% from 234); Max value from RGB is 152 - color contains mainly: blue. Hex color #0F4398 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4398 is #F0BC67. Grayscale: #3C3C3C. Windows color (decimal): -15776872 or 9978639. OLE color: 9978639.

HSL color Cylindrical-coordinate representation of color #0F4398: hue angle of 217.23º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F4398 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 15 67 152 -
CMYK 0.90 0.56 0 0.40
HSL 217.23º 0.82% 0.33% -
HSV(B) 217.23º 0.9% 0.6% -
XYZ 7.87 6.38 30.52 -
YUV 61.14 179.27 95.09 -
System Red Green Blue C M Y K H S L
Decimal 15 67 152 0.90 0.56 0 0.40 217.23 0.82 0.33
Hex F 43 98 5A 38 0 28 D9 52 21
Octal 17 103 230 132 70 0 50 331 122 41
Binary 1111 1000011 10011000 1011010 111000 0 101000 11011001 1010010 100001

Color Harmonies of #0F4398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4398

Black with #0F4398

Text Example


Text Example

White with #0F4398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,67,152); }

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

background-color css

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

 a { background-color: rgb(15,67,152); }

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

border-color css

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

 span { border-color: rgb(15,67,152); }

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