Html Css Color HEX #0A12EB Blue

📋 copy color: '#0A12EB'

red 10 ◦ green 18 ◦ blue 235

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

Shades of Blue #0A12EB

Tints of Blue #0A12EB

RGB

 RED value IS 10 (4.3% from 255) = 3.8%

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

 BLUE value IS 235 (92.19% from 255) = 89.35%

R = 3.8%
G = 6.84%
B = 89.35%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0A12EB (or 0x0A12EB) is known color: Blue. HEX triplet: 0A, 12 and EB. RGB value is (10,18,235). Sum of RGB (Red+Green+Blue) = 10+18+235=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 235 (92.19% from 255 or 89.35% from 263); Max value from RGB is 235 - color contains mainly: blue. Hex color #0A12EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A12EB is #F5ED14. Grayscale: #272727. Windows color (decimal): -16117013 or 15405578. OLE color: 15405578.

HSL color Cylindrical-coordinate representation of color #0A12EB: hue angle of 237.87º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A12EB is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 10 18 235 -
CMYK 0.96 0.92 0 0.08
HSL 237.87º 0.92% 0.48% -
HSV(B) 237.87º 0.96% 0.92% -
XYZ 15.34 6.5 79.04 -
YUV 40.35 237.85 106.36 -
System Red Green Blue C M Y K H S L
Decimal 10 18 235 0.96 0.92 0 0.08 237.87 0.92 0.48
Hex A 12 EB 60 5C 0 8 EE 5C 30
Octal 12 22 353 140 134 0 10 356 134 60
Binary 1010 10010 11101011 1100000 1011100 0 1000 11101110 1011100 110000

Color Harmonies of #0A12EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A12EB

Black with #0A12EB

Text Example


Text Example

White with #0A12EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A12EB; }

 p { color: rgb(10,18,235); }

 H1.HeaderClassName
 {
   color: #0A12EB;
 }
 .AnyTagClassName
 {
   color: #0A12EB;
 }
</style>

background-color css

<style>
 a { background-color: #0A12EB; }

 a { background-color: rgb(10,18,235); }

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

border-color css

<style>
 span { border-color: #0A12EB; }

 span { border-color: rgb(10,18,235); }

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