Html Css Color HEX #0F308A Smalt

📋 copy color: '#0F308A'

red 15 ◦ green 48 ◦ blue 138

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

Shades of Smalt #0F308A

Tints of Smalt #0F308A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.88%

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

R = 7.46%
G = 23.88%
B = 68.66%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0F308A (or 0x0F308A) is known color: Smalt. HEX triplet: 0F, 30 and 8A. RGB value is (15,48,138). Sum of RGB (Red+Green+Blue) = 15+48+138=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 138 (54.30% from 255 or 68.66% from 201); Max value from RGB is 138 - color contains mainly: blue. Hex color #0F308A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F308A is #F0CF75. Grayscale: #303030. Windows color (decimal): -15781750 or 9056271. OLE color: 9056271.

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

Color convert

RGB 15 48 138 -
CMYK 0.89 0.65 0 0.46
HSL 223.9º 0.8% 0.3% -
HSV(B) 223.9º 0.89% 0.54% -
XYZ 5.84 4.05 24.52 -
YUV 48.39 178.57 104.18 -
System Red Green Blue C M Y K H S L
Decimal 15 48 138 0.89 0.65 0 0.46 223.9 0.8 0.3
Hex F 30 8A 59 41 0 2E E0 50 1E
Octal 17 60 212 131 101 0 56 340 120 36
Binary 1111 110000 10001010 1011001 1000001 0 101110 11100000 1010000 11110

Color Harmonies of #0F308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F308A

Black with #0F308A

Text Example


Text Example

White with #0F308A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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