Html Css Color HEX #0126FA Blue

📋 copy color: '#0126FA'

red 1 ◦ green 38 ◦ blue 250

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

Shades of Blue #0126FA

Tints of Blue #0126FA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.15%

 BLUE value IS 250 (98.05% from 255) = 86.51%

R = 0.35%
G = 13.15%
B = 86.51%

CMYK

 C value IS 1.00

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0126FA (or 0x0126FA) is known color: Blue. HEX triplet: 01, 26 and FA. RGB value is (1,38,250). Sum of RGB (Red+Green+Blue) = 1+38+250=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 250 (98.05% from 255 or 86.51% from 289); Max value from RGB is 250 - color contains mainly: blue. Hex color #0126FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0126FA is #FED905. Grayscale: #323232. Windows color (decimal): -16701702 or 16393729. OLE color: 16393729.

HSL color Cylindrical-coordinate representation of color #0126FA: hue angle of 231.08º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0126FA is Cyan = 1.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 38 250 -
CMYK 1.00 0.85 0 0.02
HSL 231.08º 0.99% 0.49% -
HSV(B) 231.08º 1% 0.98% -
XYZ 17.96 8.29 91.1 -
YUV 51.11 240.24 92.26 -
System Red Green Blue C M Y K H S L
Decimal 1 38 250 1.00 0.85 0 0.02 231.08 0.99 0.49
Hex 1 26 FA 64 55 0 2 E7 63 31
Octal 1 46 372 144 125 0 2 347 143 61
Binary 1 100110 11111010 1100100 1010101 0 10 11100111 1100011 110001

Color Harmonies of #0126FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0126FA

Black with #0126FA

Text Example


Text Example

White with #0126FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0126FA; }

 p { color: rgb(1,38,250); }

 H1.HeaderClassName
 {
   color: #0126FA;
 }
 .AnyTagClassName
 {
   color: #0126FA;
 }
</style>

background-color css

<style>
 a { background-color: #0126FA; }

 a { background-color: rgb(1,38,250); }

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

border-color css

<style>
 span { border-color: #0126FA; }

 span { border-color: rgb(1,38,250); }

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