Html Css Color HEX #0F1CE6 Blue

📋 copy color: '#0F1CE6'

red 15 ◦ green 28 ◦ blue 230

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

Shades of Blue #0F1CE6

Tints of Blue #0F1CE6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.26%

 BLUE value IS 230 (90.23% from 255) = 84.25%

R = 5.49%
G = 10.26%
B = 84.25%

CMYK

 C value IS 0.93

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0F1CE6 (or 0x0F1CE6) is known color: Blue. HEX triplet: 0F, 1C and E6. RGB value is (15,28,230). Sum of RGB (Red+Green+Blue) = 15+28+230=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 230 (90.23% from 255 or 84.25% from 273); Max value from RGB is 230 - color contains mainly: blue. Hex color #0F1CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F1CE6 is #F0E319. Grayscale: #2E2E2E. Windows color (decimal): -15786778 or 15080463. OLE color: 15080463.

HSL color Cylindrical-coordinate representation of color #0F1CE6: hue angle of 236.37º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F1CE6 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 15 28 230 -
CMYK 0.93 0.88 0 0.10
HSL 236.37º 0.88% 0.48% -
HSV(B) 236.37º 0.93% 0.9% -
XYZ 14.9 6.65 75.36 -
YUV 47.14 231.19 105.07 -
System Red Green Blue C M Y K H S L
Decimal 15 28 230 0.93 0.88 0 0.10 236.37 0.88 0.48
Hex F 1C E6 5D 58 0 A EC 58 30
Octal 17 34 346 135 130 0 12 354 130 60
Binary 1111 11100 11100110 1011101 1011000 0 1010 11101100 1011000 110000

Color Harmonies of #0F1CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1CE6

Black with #0F1CE6

Text Example


Text Example

White with #0F1CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,28,230); }

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

background-color css

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

 a { background-color: rgb(15,28,230); }

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

border-color css

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

 span { border-color: rgb(15,28,230); }

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