Html Css Color HEX #0900DA Medium Blue

📋 copy color: '#0900DA'

red 9 ◦ green 0 ◦ blue 218

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

Shades of Medium Blue #0900DA

Tints of Medium Blue #0900DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 96.04%

R = 3.96%
G = 0%
B = 96.04%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0900DA (or 0x0900DA) is known color: Medium Blue. HEX triplet: 09, 00 and DA. RGB value is (9,0,218). Sum of RGB (Red+Green+Blue) = 9+0+218=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 218 (85.55% from 255 or 96.04% from 227); Max value from RGB is 218 - color contains mainly: blue. Hex color #0900DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0900DA is #F6FF25. Grayscale: #1A1A1A. Windows color (decimal): -16187174 or 14286857. OLE color: 14286857.

HSL color Cylindrical-coordinate representation of color #0900DA: hue angle of 242.48º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0900DA is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 9 0 218 -
CMYK 0.96 1 0 0.15
HSL 242.48º 1% 0.43% -
HSV(B) 242.48º 1% 0.85% -
XYZ 12.77 5.12 66.65 -
YUV 27.54 235.48 114.77 -
System Red Green Blue C M Y K H S L
Decimal 9 0 218 0.96 1 0 0.15 242.48 1 0.43
Hex 9 0 DA 60 64 0 F F2 64 2B
Octal 11 0 332 140 144 0 17 362 144 53
Binary 1001 0 11011010 1100000 1100100 0 1111 11110010 1100100 101011

Color Harmonies of #0900DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0900DA

Black with #0900DA

Text Example


Text Example

White with #0900DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0900DA; }

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

 H1.HeaderClassName
 {
   color: #0900DA;
 }
 .AnyTagClassName
 {
   color: #0900DA;
 }
</style>

background-color css

<style>
 a { background-color: #0900DA; }

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

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

border-color css

<style>
 span { border-color: #0900DA; }

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

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