Html Css Color HEX #0127EA Blue

📋 copy color: '#0127EA'

red 1 ◦ green 39 ◦ blue 234

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

Shades of Blue #0127EA

Tints of Blue #0127EA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.23%

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

R = 0.36%
G = 14.23%
B = 85.4%

CMYK

 C value IS 1.00

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0127EA (or 0x0127EA) is known color: Blue. HEX triplet: 01, 27 and EA. RGB value is (1,39,234). Sum of RGB (Red+Green+Blue) = 1+39+234=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 234 (91.80% from 255 or 85.40% from 274); Max value from RGB is 234 - color contains mainly: blue. Hex color #0127EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0127EA is #FED815. Grayscale: #313131. Windows color (decimal): -16701462 or 15345409. OLE color: 15345409.

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

Color convert

RGB 1 39 234 -
CMYK 1.00 0.83 0 0.08
HSL 230.21º 0.99% 0.46% -
HSV(B) 230.21º 1% 0.92% -
XYZ 15.59 7.4 78.45 -
YUV 49.87 231.91 93.14 -
System Red Green Blue C M Y K H S L
Decimal 1 39 234 1.00 0.83 0 0.08 230.21 0.99 0.46
Hex 1 27 EA 64 53 0 8 E6 63 2E
Octal 1 47 352 144 123 0 10 346 143 56
Binary 1 100111 11101010 1100100 1010011 0 1000 11100110 1100011 101110

Color Harmonies of #0127EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0127EA

Black with #0127EA

Text Example


Text Example

White with #0127EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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