Html Css Color HEX #0912CC Medium Blue

📋 copy color: '#0912CC'

red 9 ◦ green 18 ◦ blue 204

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

Shades of Medium Blue #0912CC

Tints of Medium Blue #0912CC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.79%

 BLUE value IS 204 (80.08% from 255) = 88.31%

R = 3.9%
G = 7.79%
B = 88.31%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0912CC (or 0x0912CC) is known color: Medium Blue. HEX triplet: 09, 12 and CC. RGB value is (9,18,204). Sum of RGB (Red+Green+Blue) = 9+18+204=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 204 (80.08% from 255 or 88.31% from 231); Max value from RGB is 204 - color contains mainly: blue. Hex color #0912CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0912CC is #F6ED33. Grayscale: #232323. Windows color (decimal): -16182580 or 13373961. OLE color: 13373961.

HSL color Cylindrical-coordinate representation of color #0912CC: hue angle of 237.23º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0912CC is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 9 18 204 -
CMYK 0.96 0.91 0 0.2
HSL 237.23º 0.92% 0.42% -
HSV(B) 237.23º 0.96% 0.8% -
XYZ 11.23 4.85 57.47 -
YUV 36.51 222.52 108.38 -
System Red Green Blue C M Y K H S L
Decimal 9 18 204 0.96 0.91 0 0.2 237.23 0.92 0.42
Hex 9 12 CC 60 5B 0 14 ED 5C 2A
Octal 11 22 314 140 133 0 24 355 134 52
Binary 1001 10010 11001100 1100000 1011011 0 10100 11101101 1011100 101010

Color Harmonies of #0912CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0912CC

Black with #0912CC

Text Example


Text Example

White with #0912CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0912CC; }

 p { color: rgb(9,18,204); }

 H1.HeaderClassName
 {
   color: #0912CC;
 }
 .AnyTagClassName
 {
   color: #0912CC;
 }
</style>

background-color css

<style>
 a { background-color: #0912CC; }

 a { background-color: rgb(9,18,204); }

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

border-color css

<style>
 span { border-color: #0912CC; }

 span { border-color: rgb(9,18,204); }

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