Html Css Color HEX #1009CA Medium Blue

📋 copy color: '#1009CA'

red 16 ◦ green 9 ◦ blue 202

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

Shades of Medium Blue #1009CA

Tints of Medium Blue #1009CA

RGB

 RED value IS 16 (6.64% from 255) = 7.05%

 GREEN value IS 9 (3.91% from 255) = 3.96%

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

R = 7.05%
G = 3.96%
B = 88.99%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1009CA (or 0x1009CA) is known color: Medium Blue. HEX triplet: 10, 09 and CA. RGB value is (16,9,202). Sum of RGB (Red+Green+Blue) = 16+9+202=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 202 (79.30% from 255 or 88.99% from 227); Max value from RGB is 202 - color contains mainly: blue. Hex color #1009CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1009CA is #EFF635. Grayscale: #202020. Windows color (decimal): -15726134 or 13240592. OLE color: 13240592.

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

Color convert

RGB 16 9 202 -
CMYK 0.92 0.96 0 0.21
HSL 242.18º 0.91% 0.41% -
HSV(B) 242.18º 0.96% 0.79% -
XYZ 10.97 4.57 56.18 -
YUV 33.1 223.32 115.81 -
System Red Green Blue C M Y K H S L
Decimal 16 9 202 0.92 0.96 0 0.21 242.18 0.91 0.41
Hex 10 9 CA 5C 60 0 15 F2 5B 29
Octal 20 11 312 134 140 0 25 362 133 51
Binary 10000 1001 11001010 1011100 1100000 0 10101 11110010 1011011 101001

Color Harmonies of #1009CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1009CA

Black with #1009CA

Text Example


Text Example

White with #1009CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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