Html Css Color HEX #0131DD Persian Blue

📋 copy color: '#0131DD'

red 1 ◦ green 49 ◦ blue 221

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

Shades of Persian Blue #0131DD

Tints of Persian Blue #0131DD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.08%

 BLUE value IS 221 (86.72% from 255) = 81.55%

R = 0.37%
G = 18.08%
B = 81.55%

CMYK

 C value IS 1.00

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0131DD (or 0x0131DD) is known color: Persian Blue. HEX triplet: 01, 31 and DD. RGB value is (1,49,221). Sum of RGB (Red+Green+Blue) = 1+49+221=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 221 (86.72% from 255 or 81.55% from 271); Max value from RGB is 221 - color contains mainly: blue. Hex color #0131DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0131DD is #FECE22. Grayscale: #353535. Windows color (decimal): -16698915 or 14496001. OLE color: 14496001.

HSL color Cylindrical-coordinate representation of color #0131DD: hue angle of 226.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0131DD is Cyan = 1.00, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 49 221 -
CMYK 1.00 0.78 0 0.13
HSL 226.91º 0.99% 0.44% -
HSV(B) 226.91º 1% 0.87% -
XYZ 14.16 7.42 69.09 -
YUV 54.26 222.1 90.01 -
System Red Green Blue C M Y K H S L
Decimal 1 49 221 1.00 0.78 0 0.13 226.91 0.99 0.44
Hex 1 31 DD 64 4E 0 D E3 63 2C
Octal 1 61 335 144 116 0 15 343 143 54
Binary 1 110001 11011101 1100100 1001110 0 1101 11100011 1100011 101100

Color Harmonies of #0131DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0131DD

Black with #0131DD

Text Example


Text Example

White with #0131DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0131DD; }

 p { color: rgb(1,49,221); }

 H1.HeaderClassName
 {
   color: #0131DD;
 }
 .AnyTagClassName
 {
   color: #0131DD;
 }
</style>

background-color css

<style>
 a { background-color: #0131DD; }

 a { background-color: rgb(1,49,221); }

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

border-color css

<style>
 span { border-color: #0131DD; }

 span { border-color: rgb(1,49,221); }

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