Html Css Color HEX #0009CA Medium Blue

📋 copy color: '#0009CA'

red 0 ◦ green 9 ◦ blue 202

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

Shades of Medium Blue #0009CA

Tints of Medium Blue #0009CA

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 4.27%
B = 95.73%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0009CA (or 0x0009CA) is known color: Medium Blue. HEX triplet: 00, 09 and CA. RGB value is (0,9,202). Sum of RGB (Red+Green+Blue) = 0+9+202=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 202 (79.30% from 255 or 95.73% from 211); Max value from RGB is 202 - color contains mainly: blue. Hex color #0009CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0009CA is #FFF635. Grayscale: #1B1B1B. Windows color (decimal): -16774710 or 13240576. OLE color: 13240576.

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

Color convert

RGB 0 9 202 -
CMYK 1 0.96 0 0.21
HSL 237.33º 1% 0.4% -
HSV(B) 237.33º 1% 0.79% -
XYZ 10.76 4.46 56.17 -
YUV 28.31 226.02 107.81 -
System Red Green Blue C M Y K H S L
Decimal 0 9 202 1 0.96 0 0.21 237.33 1 0.4
Hex 0 9 CA 64 60 0 15 ED 64 28
Octal 0 11 312 144 140 0 25 355 144 50
Binary 0 1001 11001010 1100100 1100000 0 10101 11101101 1100100 101000

Color Harmonies of #0009CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0009CA

Black with #0009CA

Text Example


Text Example

White with #0009CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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