Html Css Color HEX #0136DD Persian Blue

📋 copy color: '#0136DD'

red 1 ◦ green 54 ◦ blue 221

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

Shades of Persian Blue #0136DD

Tints of Persian Blue #0136DD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.57%

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

R = 0.36%
G = 19.57%
B = 80.07%

CMYK

 C value IS 1.00

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0136DD (or 0x0136DD) is known color: Persian Blue. HEX triplet: 01, 36 and DD. RGB value is (1,54,221). Sum of RGB (Red+Green+Blue) = 1+54+221=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 221 (86.72% from 255 or 80.07% from 276); Max value from RGB is 221 - color contains mainly: blue. Hex color #0136DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0136DD is #FEC922. Grayscale: #383838. Windows color (decimal): -16697635 or 14497281. OLE color: 14497281.

HSL color Cylindrical-coordinate representation of color #0136DD: hue angle of 225.55º 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 #0136DD is Cyan = 1.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 54 221 -
CMYK 1.00 0.76 0 0.13
HSL 225.55º 0.99% 0.44% -
HSV(B) 225.55º 1% 0.87% -
XYZ 14.38 7.87 69.17 -
YUV 57.19 220.44 87.92 -
System Red Green Blue C M Y K H S L
Decimal 1 54 221 1.00 0.76 0 0.13 225.55 0.99 0.44
Hex 1 36 DD 64 4C 0 D E2 63 2C
Octal 1 66 335 144 114 0 15 342 143 54
Binary 1 110110 11011101 1100100 1001100 0 1101 11100010 1100011 101100

Color Harmonies of #0136DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0136DD

Black with #0136DD

Text Example


Text Example

White with #0136DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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