Html Css Color HEX #0138E9 Persian Blue

📋 copy color: '#0138E9'

red 1 ◦ green 56 ◦ blue 233

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

Shades of Persian Blue #0138E9

Tints of Persian Blue #0138E9

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.31%

 BLUE value IS 233 (91.41% from 255) = 80.34%

R = 0.34%
G = 19.31%
B = 80.34%

CMYK

 C value IS 1.00

 M value IS 0.76

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0138E9 (or 0x0138E9) is known color: Persian Blue. HEX triplet: 01, 38 and E9. RGB value is (1,56,233). Sum of RGB (Red+Green+Blue) = 1+56+233=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 233 (91.41% from 255 or 80.34% from 290); Max value from RGB is 233 - color contains mainly: blue. Hex color #0138E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0138E9 is #FEC716. Grayscale: #3A3A3A. Windows color (decimal): -16697111 or 15284225. OLE color: 15284225.

HSL color Cylindrical-coordinate representation of color #0138E9: hue angle of 225.78º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0138E9 is Cyan = 1.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 1 56 233 -
CMYK 1.00 0.76 0 0.09
HSL 225.78º 0.99% 0.46% -
HSV(B) 225.78º 1% 0.91% -
XYZ 16.13 8.72 77.92 -
YUV 59.73 225.78 86.11 -
System Red Green Blue C M Y K H S L
Decimal 1 56 233 1.00 0.76 0 0.09 225.78 0.99 0.46
Hex 1 38 E9 64 4C 0 9 E2 63 2E
Octal 1 70 351 144 114 0 11 342 143 56
Binary 1 111000 11101001 1100100 1001100 0 1001 11100010 1100011 101110

Color Harmonies of #0138E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0138E9

Black with #0138E9

Text Example


Text Example

White with #0138E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0138E9; }

 p { color: rgb(1,56,233); }

 H1.HeaderClassName
 {
   color: #0138E9;
 }
 .AnyTagClassName
 {
   color: #0138E9;
 }
</style>

background-color css

<style>
 a { background-color: #0138E9; }

 a { background-color: rgb(1,56,233); }

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

border-color css

<style>
 span { border-color: #0138E9; }

 span { border-color: rgb(1,56,233); }

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