Html Css Color HEX #0F02C2 Medium Blue

📋 copy color: '#0F02C2'

red 15 ◦ green 2 ◦ blue 194

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

Shades of Medium Blue #0F02C2

Tints of Medium Blue #0F02C2

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.95%

 BLUE value IS 194 (76.17% from 255) = 91.94%

R = 7.11%
G = 0.95%
B = 91.94%

CMYK

 C value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0F02C2 (or 0x0F02C2) is known color: Medium Blue. HEX triplet: 0F, 02 and C2. RGB value is (15,2,194). Sum of RGB (Red+Green+Blue) = 15+2+194=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 194 (76.17% from 255 or 91.94% from 211); Max value from RGB is 194 - color contains mainly: blue. Hex color #0F02C2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F02C2 is #F0FD3D. Grayscale: #1B1B1B. Windows color (decimal): -15793470 or 12714511. OLE color: 12714511.

HSL color Cylindrical-coordinate representation of color #0F02C2: hue angle of 244.06º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F02C2 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 15 2 194 -
CMYK 0.92 0.99 0 0.24
HSL 244.06º 0.98% 0.38% -
HSV(B) 244.06º 0.99% 0.76% -
XYZ 9.96 4.04 51.29 -
YUV 27.78 221.81 118.89 -
System Red Green Blue C M Y K H S L
Decimal 15 2 194 0.92 0.99 0 0.24 244.06 0.98 0.38
Hex F 2 C2 5C 63 0 18 F4 62 26
Octal 17 2 302 134 143 0 30 364 142 46
Binary 1111 10 11000010 1011100 1100011 0 11000 11110100 1100010 100110

Color Harmonies of #0F02C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F02C2

Black with #0F02C2

Text Example


Text Example

White with #0F02C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,2,194); }

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

background-color css

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

 a { background-color: rgb(15,2,194); }

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

border-color css

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

 span { border-color: rgb(15,2,194); }

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