Html Css Color HEX #0009BE Medium Blue

📋 copy color: '#0009BE'

red 0 ◦ green 9 ◦ blue 190

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

Shades of Medium Blue #0009BE

Tints of Medium Blue #0009BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 95.48%

R = 0%
G = 4.52%
B = 95.48%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0009BE (or 0x0009BE) is known color: Medium Blue. HEX triplet: 00, 09 and BE. RGB value is (0,9,190). Sum of RGB (Red+Green+Blue) = 0+9+190=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 190 (74.61% from 255 or 95.48% from 199); Max value from RGB is 190 - color contains mainly: blue. Hex color #0009BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0009BE is #FFF641. Grayscale: #1A1A1A. Windows color (decimal): -16774722 or 12454144. OLE color: 12454144.

HSL color Cylindrical-coordinate representation of color #0009BE: hue angle of 237.16º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0009BE is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 9 190 -
CMYK 1 0.95 0 0.25
HSL 237.16º 1% 0.37% -
HSV(B) 237.16º 1% 0.75% -
XYZ 9.39 3.91 48.98 -
YUV 26.94 220.02 108.78 -
System Red Green Blue C M Y K H S L
Decimal 0 9 190 1 0.95 0 0.25 237.16 1 0.37
Hex 0 9 BE 64 5F 0 19 ED 64 25
Octal 0 11 276 144 137 0 31 355 144 45
Binary 0 1001 10111110 1100100 1011111 0 11001 11101101 1100100 100101

Color Harmonies of #0009BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0009BE

Black with #0009BE

Text Example


Text Example

White with #0009BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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