Html Css Color HEX #1201E9 Blue

📋 copy color: '#1201E9'

red 18 ◦ green 1 ◦ blue 233

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

Shades of Blue #1201E9

Tints of Blue #1201E9

RGB

 RED value IS 18 (7.42% from 255) = 7.14%

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 233 (91.41% from 255) = 92.46%

R = 7.14%
G = 0.4%
B = 92.46%

CMYK

 C value IS 0.92

 M value IS 1.00

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1201E9 (or 0x1201E9) is known color: Blue. HEX triplet: 12, 01 and E9. RGB value is (18,1,233). Sum of RGB (Red+Green+Blue) = 18+1+233=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 233 (91.41% from 255 or 92.46% from 252); Max value from RGB is 233 - color contains mainly: blue. Hex color #1201E9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1201E9 is #EDFE16. Grayscale: #1F1F1F. Windows color (decimal): -15597079 or 15270162. OLE color: 15270162.

HSL color Cylindrical-coordinate representation of color #1201E9: hue angle of 244.4º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1201E9 is Cyan = 0.92, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 18 1 233 -
CMYK 0.92 1.00 0 0.09
HSL 244.4º 0.99% 0.46% -
HSV(B) 244.4º 1% 0.91% -
XYZ 14.97 6.03 77.47 -
YUV 32.53 241.13 117.64 -
System Red Green Blue C M Y K H S L
Decimal 18 1 233 0.92 1.00 0 0.09 244.4 0.99 0.46
Hex 12 1 E9 5C 64 0 9 F4 63 2E
Octal 22 1 351 134 144 0 11 364 143 56
Binary 10010 1 11101001 1011100 1100100 0 1001 11110100 1100011 101110

Color Harmonies of #1201E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1201E9

Black with #1201E9

Text Example


Text Example

White with #1201E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1201E9; }

 p { color: rgb(18,1,233); }

 H1.HeaderClassName
 {
   color: #1201E9;
 }
 .AnyTagClassName
 {
   color: #1201E9;
 }
</style>

background-color css

<style>
 a { background-color: #1201E9; }

 a { background-color: rgb(18,1,233); }

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

border-color css

<style>
 span { border-color: #1201E9; }

 span { border-color: rgb(18,1,233); }

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