Html Css Color HEX #010CEA Blue

📋 copy color: '#010CEA'

red 1 ◦ green 12 ◦ blue 234

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

Shades of Blue #010CEA

Tints of Blue #010CEA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.86%

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

R = 0.4%
G = 4.86%
B = 94.74%

CMYK

 C value IS 1.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#010CEA (or 0x010CEA) is known color: Blue. HEX triplet: 01, 0C and EA. RGB value is (1,12,234). Sum of RGB (Red+Green+Blue) = 1+12+234=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 234 (91.80% from 255 or 94.74% from 247); Max value from RGB is 234 - color contains mainly: blue. Hex color #010CEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010CEA is #FEF315. Grayscale: #212121. Windows color (decimal): -16708374 or 15338497. OLE color: 15338497.

HSL color Cylindrical-coordinate representation of color #010CEA: hue angle of 237.17º 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 #010CEA is Cyan = 1.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 12 234 -
CMYK 1.00 0.95 0 0.08
HSL 237.17º 0.99% 0.46% -
HSV(B) 237.17º 1% 0.92% -
XYZ 15 6.21 78.25 -
YUV 34.02 240.86 104.45 -
System Red Green Blue C M Y K H S L
Decimal 1 12 234 1.00 0.95 0 0.08 237.17 0.99 0.46
Hex 1 C EA 64 5F 0 8 ED 63 2E
Octal 1 14 352 144 137 0 10 355 143 56
Binary 1 1100 11101010 1100100 1011111 0 1000 11101101 1100011 101110

Color Harmonies of #010CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010CEA

Black with #010CEA

Text Example


Text Example

White with #010CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010CEA; }

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

 H1.HeaderClassName
 {
   color: #010CEA;
 }
 .AnyTagClassName
 {
   color: #010CEA;
 }
</style>

background-color css

<style>
 a { background-color: #010CEA; }

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

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

border-color css

<style>
 span { border-color: #010CEA; }

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

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