Html Css Color HEX #0136CA Persian Blue

📋 copy color: '#0136CA'

red 1 ◦ green 54 ◦ blue 202

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

Shades of Persian Blue #0136CA

Tints of Persian Blue #0136CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 78.6%

R = 0.39%
G = 21.01%
B = 78.6%

CMYK

 C value IS 1.00

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0136CA (or 0x0136CA) is known color: Persian Blue. HEX triplet: 01, 36 and CA. RGB value is (1,54,202). Sum of RGB (Red+Green+Blue) = 1+54+202=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 202 (79.30% from 255 or 78.60% from 257); Max value from RGB is 202 - color contains mainly: blue. Hex color #0136CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0136CA is #FEC935. Grayscale: #363636. Windows color (decimal): -16697654 or 13252097. OLE color: 13252097.

HSL color Cylindrical-coordinate representation of color #0136CA: hue angle of 224.18º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0136CA is Cyan = 1.00, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 54 202 -
CMYK 1.00 0.73 0 0.21
HSL 224.18º 0.99% 0.4% -
HSV(B) 224.18º 1% 0.79% -
XYZ 11.99 6.91 56.58 -
YUV 55.03 210.94 89.47 -
System Red Green Blue C M Y K H S L
Decimal 1 54 202 1.00 0.73 0 0.21 224.18 0.99 0.4
Hex 1 36 CA 64 49 0 15 E0 63 28
Octal 1 66 312 144 111 0 25 340 143 50
Binary 1 110110 11001010 1100100 1001001 0 10101 11100000 1100011 101000

Color Harmonies of #0136CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0136CA

Black with #0136CA

Text Example


Text Example

White with #0136CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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