Html Css Color HEX #0130EA Persian Blue

📋 copy color: '#0130EA'

red 1 ◦ green 48 ◦ blue 234

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

Shades of Persian Blue #0130EA

Tints of Persian Blue #0130EA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.96%

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

R = 0.35%
G = 16.96%
B = 82.69%

CMYK

 C value IS 1.00

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0130EA (or 0x0130EA) is known color: Persian Blue. HEX triplet: 01, 30 and EA. RGB value is (1,48,234). Sum of RGB (Red+Green+Blue) = 1+48+234=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 234 (91.80% from 255 or 82.69% from 283); Max value from RGB is 234 - color contains mainly: blue. Hex color #0130EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0130EA is #FECF15. Grayscale: #363636. Windows color (decimal): -16699158 or 15347713. OLE color: 15347713.

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

Color convert

RGB 1 48 234 -
CMYK 1.00 0.79 0 0.08
HSL 227.9º 0.99% 0.46% -
HSV(B) 227.9º 1% 0.92% -
XYZ 15.92 8.06 78.56 -
YUV 55.15 228.93 89.38 -
System Red Green Blue C M Y K H S L
Decimal 1 48 234 1.00 0.79 0 0.08 227.9 0.99 0.46
Hex 1 30 EA 64 4F 0 8 E4 63 2E
Octal 1 60 352 144 117 0 10 344 143 56
Binary 1 110000 11101010 1100100 1001111 0 1000 11100100 1100011 101110

Color Harmonies of #0130EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0130EA

Black with #0130EA

Text Example


Text Example

White with #0130EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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