Html Css Color HEX #0F2C85 Smalt

📋 copy color: '#0F2C85'

red 15 ◦ green 44 ◦ blue 133

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

Shades of Smalt #0F2C85

Tints of Smalt #0F2C85

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.92%

 BLUE value IS 133 (52.34% from 255) = 69.27%

R = 7.81%
G = 22.92%
B = 69.27%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0F2C85 (or 0x0F2C85) is known color: Smalt. HEX triplet: 0F, 2C and 85. RGB value is (15,44,133). Sum of RGB (Red+Green+Blue) = 15+44+133=192 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.81% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 133 (52.34% from 255 or 69.27% from 192); Max value from RGB is 133 - color contains mainly: blue. Hex color #0F2C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2C85 is #F0D37A. Grayscale: #2D2D2D. Windows color (decimal): -15782779 or 8727567. OLE color: 8727567.

HSL color Cylindrical-coordinate representation of color #0F2C85: hue angle of 225.25º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F2C85 is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 15 44 133 -
CMYK 0.89 0.67 0 0.48
HSL 225.25º 0.8% 0.29% -
HSV(B) 225.25º 0.89% 0.52% -
XYZ 5.33 3.6 22.6 -
YUV 45.48 177.39 106.26 -
System Red Green Blue C M Y K H S L
Decimal 15 44 133 0.89 0.67 0 0.48 225.25 0.8 0.29
Hex F 2C 85 59 43 0 30 E1 50 1D
Octal 17 54 205 131 103 0 60 341 120 35
Binary 1111 101100 10000101 1011001 1000011 0 110000 11100001 1010000 11101

Color Harmonies of #0F2C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2C85

Black with #0F2C85

Text Example


Text Example

White with #0F2C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,44,133); }

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

background-color css

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

 a { background-color: rgb(15,44,133); }

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

border-color css

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

 span { border-color: rgb(15,44,133); }

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