Html Css Color HEX #0915CA Medium Blue

📋 copy color: '#0915CA'

red 9 ◦ green 21 ◦ blue 202

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

Shades of Medium Blue #0915CA

Tints of Medium Blue #0915CA

RGB

 RED value IS 9 (3.91% from 255) = 3.88%

 GREEN value IS 21 (8.59% from 255) = 9.05%

 BLUE value IS 202 (79.3% from 255) = 87.07%

R = 3.88%
G = 9.05%
B = 87.07%

CMYK

 C value IS 0.96

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0915CA (or 0x0915CA) is known color: Medium Blue. HEX triplet: 09, 15 and CA. RGB value is (9,21,202). Sum of RGB (Red+Green+Blue) = 9+21+202=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 202 (79.30% from 255 or 87.07% from 232); Max value from RGB is 202 - color contains mainly: blue. Hex color #0915CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0915CA is #F6EA35. Grayscale: #252525. Windows color (decimal): -16181814 or 13243657. OLE color: 13243657.

HSL color Cylindrical-coordinate representation of color #0915CA: hue angle of 236.27º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0915CA is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 21 202 -
CMYK 0.96 0.90 0 0.21
HSL 236.27º 0.91% 0.41% -
HSV(B) 236.27º 0.96% 0.79% -
XYZ 11.04 4.86 56.23 -
YUV 38.05 220.52 107.28 -
System Red Green Blue C M Y K H S L
Decimal 9 21 202 0.96 0.90 0 0.21 236.27 0.91 0.41
Hex 9 15 CA 60 5A 0 15 EC 5B 29
Octal 11 25 312 140 132 0 25 354 133 51
Binary 1001 10101 11001010 1100000 1011010 0 10101 11101100 1011011 101001

Color Harmonies of #0915CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0915CA

Black with #0915CA

Text Example


Text Example

White with #0915CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0915CA; }

 p { color: rgb(9,21,202); }

 H1.HeaderClassName
 {
   color: #0915CA;
 }
 .AnyTagClassName
 {
   color: #0915CA;
 }
</style>

background-color css

<style>
 a { background-color: #0915CA; }

 a { background-color: rgb(9,21,202); }

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

border-color css

<style>
 span { border-color: #0915CA; }

 span { border-color: rgb(9,21,202); }

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