Html Css Color HEX #0F298A Smalt

📋 copy color: '#0F298A'

red 15 ◦ green 41 ◦ blue 138

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

Shades of Smalt #0F298A

Tints of Smalt #0F298A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.13%

 BLUE value IS 138 (54.3% from 255) = 71.13%

R = 7.73%
G = 21.13%
B = 71.13%

CMYK

 C value IS 0.89

 M value IS 0.70

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0F298A (or 0x0F298A) is known color: Smalt. HEX triplet: 0F, 29 and 8A. RGB value is (15,41,138). Sum of RGB (Red+Green+Blue) = 15+41+138=194 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.73% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 138 (54.30% from 255 or 71.13% from 194); Max value from RGB is 138 - color contains mainly: blue. Hex color #0F298A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F298A is #F0D675. Grayscale: #2B2B2B. Windows color (decimal): -15783542 or 9054479. OLE color: 9054479.

HSL color Cylindrical-coordinate representation of color #0F298A: hue angle of 227.32º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F298A is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 15 41 138 -
CMYK 0.89 0.70 0 0.46
HSL 227.32º 0.8% 0.3% -
HSV(B) 227.32º 0.89% 0.54% -
XYZ 5.58 3.52 24.43 -
YUV 44.28 180.89 107.11 -
System Red Green Blue C M Y K H S L
Decimal 15 41 138 0.89 0.70 0 0.46 227.32 0.8 0.3
Hex F 29 8A 59 46 0 2E E3 50 1E
Octal 17 51 212 131 106 0 56 343 120 36
Binary 1111 101001 10001010 1011001 1000110 0 101110 11100011 1010000 11110

Color Harmonies of #0F298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F298A

Black with #0F298A

Text Example


Text Example

White with #0F298A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,41,138); }

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

background-color css

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

 a { background-color: rgb(15,41,138); }

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

border-color css

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

 span { border-color: rgb(15,41,138); }

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