Html Css Color HEX #0F1EDA Medium Blue

📋 copy color: '#0F1EDA'

red 15 ◦ green 30 ◦ blue 218

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

Shades of Medium Blue #0F1EDA

Tints of Medium Blue #0F1EDA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.41%

 BLUE value IS 218 (85.55% from 255) = 82.89%

R = 5.7%
G = 11.41%
B = 82.89%

CMYK

 C value IS 0.93

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0F1EDA (or 0x0F1EDA) is known color: Medium Blue. HEX triplet: 0F, 1E and DA. RGB value is (15,30,218). Sum of RGB (Red+Green+Blue) = 15+30+218=263 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.70% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 218 (85.55% from 255 or 82.89% from 263); Max value from RGB is 218 - color contains mainly: blue. Hex color #0F1EDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F1EDA is #F0E125. Grayscale: #2E2E2E. Windows color (decimal): -15786278 or 14294543. OLE color: 14294543.

HSL color Cylindrical-coordinate representation of color #0F1EDA: hue angle of 235.57º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F1EDA is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 15 30 218 -
CMYK 0.93 0.86 0 0.15
HSL 235.57º 0.87% 0.46% -
HSV(B) 235.57º 0.93% 0.85% -
XYZ 13.32 6.09 66.8 -
YUV 46.95 224.53 105.21 -
System Red Green Blue C M Y K H S L
Decimal 15 30 218 0.93 0.86 0 0.15 235.57 0.87 0.46
Hex F 1E DA 5D 56 0 F EC 57 2E
Octal 17 36 332 135 126 0 17 354 127 56
Binary 1111 11110 11011010 1011101 1010110 0 1111 11101100 1010111 101110

Color Harmonies of #0F1EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1EDA

Black with #0F1EDA

Text Example


Text Example

White with #0F1EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,30,218); }

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

background-color css

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

 a { background-color: rgb(15,30,218); }

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

border-color css

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

 span { border-color: rgb(15,30,218); }

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