Html Css Color HEX #0918CA Medium Blue

📋 copy color: '#0918CA'

red 9 ◦ green 24 ◦ blue 202

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

Shades of Medium Blue #0918CA

Tints of Medium Blue #0918CA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.21%

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

R = 3.83%
G = 10.21%
B = 85.96%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0918CA (or 0x0918CA) is known color: Medium Blue. HEX triplet: 09, 18 and CA. RGB value is (9,24,202). Sum of RGB (Red+Green+Blue) = 9+24+202=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 202 (79.30% from 255 or 85.96% from 235); Max value from RGB is 202 - color contains mainly: blue. Hex color #0918CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0918CA is #F6E735. Grayscale: #272727. Windows color (decimal): -16181046 or 13244425. OLE color: 13244425.

HSL color Cylindrical-coordinate representation of color #0918CA: hue angle of 235.34º 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 #0918CA is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 24 202 -
CMYK 0.96 0.88 0 0.21
HSL 235.34º 0.91% 0.41% -
HSV(B) 235.34º 0.96% 0.79% -
XYZ 11.1 4.98 56.25 -
YUV 39.81 219.53 106.03 -
System Red Green Blue C M Y K H S L
Decimal 9 24 202 0.96 0.88 0 0.21 235.34 0.91 0.41
Hex 9 18 CA 60 58 0 15 EB 5B 29
Octal 11 30 312 140 130 0 25 353 133 51
Binary 1001 11000 11001010 1100000 1011000 0 10101 11101011 1011011 101001

Color Harmonies of #0918CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0918CA

Black with #0918CA

Text Example


Text Example

White with #0918CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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