Html Css Color HEX #0132CB Persian Blue

📋 copy color: '#0132CB'

red 1 ◦ green 50 ◦ blue 203

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

Shades of Persian Blue #0132CB

Tints of Persian Blue #0132CB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.69%

 BLUE value IS 203 (79.69% from 255) = 79.92%

R = 0.39%
G = 19.69%
B = 79.92%

CMYK

 C value IS 1.00

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0132CB (or 0x0132CB) is known color: Persian Blue. HEX triplet: 01, 32 and CB. RGB value is (1,50,203). Sum of RGB (Red+Green+Blue) = 1+50+203=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 203 (79.69% from 255 or 79.92% from 254); Max value from RGB is 203 - color contains mainly: blue. Hex color #0132CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0132CB is #FECD34. Grayscale: #343434. Windows color (decimal): -16698677 or 13316609. OLE color: 13316609.

HSL color Cylindrical-coordinate representation of color #0132CB: hue angle of 225.45º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0132CB is Cyan = 1.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 50 203 -
CMYK 1.00 0.75 0 0.20
HSL 225.45º 0.99% 0.4% -
HSV(B) 225.45º 1% 0.8% -
XYZ 11.93 6.6 57.14 -
YUV 52.79 212.77 91.06 -
System Red Green Blue C M Y K H S L
Decimal 1 50 203 1.00 0.75 0 0.20 225.45 0.99 0.4
Hex 1 32 CB 64 4B 0 14 E1 63 28
Octal 1 62 313 144 113 0 24 341 143 50
Binary 1 110010 11001011 1100100 1001011 0 10100 11100001 1100011 101000

Color Harmonies of #0132CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0132CB

Black with #0132CB

Text Example


Text Example

White with #0132CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0132CB; }

 p { color: rgb(1,50,203); }

 H1.HeaderClassName
 {
   color: #0132CB;
 }
 .AnyTagClassName
 {
   color: #0132CB;
 }
</style>

background-color css

<style>
 a { background-color: #0132CB; }

 a { background-color: rgb(1,50,203); }

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

border-color css

<style>
 span { border-color: #0132CB; }

 span { border-color: rgb(1,50,203); }

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