Html Css Color HEX #1201EA Blue

📋 copy color: '#1201EA'

red 18 ◦ green 1 ◦ blue 234

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

Shades of Blue #1201EA

Tints of Blue #1201EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 92.49%

R = 7.11%
G = 0.4%
B = 92.49%

CMYK

 C value IS 0.92

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1201EA (or 0x1201EA) is known color: Blue. HEX triplet: 12, 01 and EA. RGB value is (18,1,234). Sum of RGB (Red+Green+Blue) = 18+1+234=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 234 (91.80% from 255 or 92.49% from 253); Max value from RGB is 234 - color contains mainly: blue. Hex color #1201EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1201EA is #EDFE15. Grayscale: #1F1F1F. Windows color (decimal): -15597078 or 15335698. OLE color: 15335698.

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

Color convert

RGB 18 1 234 -
CMYK 0.92 1.00 0 0.08
HSL 244.38º 0.99% 0.46% -
HSV(B) 244.38º 1% 0.92% -
XYZ 15.11 6.09 78.22 -
YUV 32.65 241.63 117.55 -
System Red Green Blue C M Y K H S L
Decimal 18 1 234 0.92 1.00 0 0.08 244.38 0.99 0.46
Hex 12 1 EA 5C 64 0 8 F4 63 2E
Octal 22 1 352 134 144 0 10 364 143 56
Binary 10010 1 11101010 1011100 1100100 0 1000 11110100 1100011 101110

Color Harmonies of #1201EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1201EA

Black with #1201EA

Text Example


Text Example

White with #1201EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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