Html Css Color HEX #1A12F9 Blue

📋 copy color: '#1A12F9'

red 26 ◦ green 18 ◦ blue 249

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

Shades of Blue #1A12F9

Tints of Blue #1A12F9

RGB

 RED value IS 26 (10.55% from 255) = 8.87%

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

 BLUE value IS 249 (97.66% from 255) = 84.98%

R = 8.87%
G = 6.14%
B = 84.98%

CMYK

 C value IS 0.90

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1A12F9 (or 0x1A12F9) is known color: Blue. HEX triplet: 1A, 12 and F9. RGB value is (26,18,249). Sum of RGB (Red+Green+Blue) = 26+18+249=293 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.87% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 249 (97.66% from 255 or 84.98% from 293); Max value from RGB is 249 - color contains mainly: blue. Hex color #1A12F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1A12F9 is #E5ED06. Grayscale: #2D2D2D. Windows color (decimal): -15068423 or 16323098. OLE color: 16323098.

HSL color Cylindrical-coordinate representation of color #1A12F9: hue angle of 242.08º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A12F9 is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 26 18 249 -
CMYK 0.90 0.93 0 0.02
HSL 242.08º 0.95% 0.52% -
HSV(B) 242.08º 0.93% 0.98% -
XYZ 17.74 7.49 90.13 -
YUV 46.73 242.15 113.22 -
System Red Green Blue C M Y K H S L
Decimal 26 18 249 0.90 0.93 0 0.02 242.08 0.95 0.52
Hex 1A 12 F9 5A 5D 0 2 F2 5F 34
Octal 32 22 371 132 135 0 2 362 137 64
Binary 11010 10010 11111001 1011010 1011101 0 10 11110010 1011111 110100

Color Harmonies of #1A12F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A12F9

Black with #1A12F9

Text Example


Text Example

White with #1A12F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A12F9; }

 p { color: rgb(26,18,249); }

 H1.HeaderClassName
 {
   color: #1A12F9;
 }
 .AnyTagClassName
 {
   color: #1A12F9;
 }
</style>

background-color css

<style>
 a { background-color: #1A12F9; }

 a { background-color: rgb(26,18,249); }

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

border-color css

<style>
 span { border-color: #1A12F9; }

 span { border-color: rgb(26,18,249); }

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