Html Css Color HEX #0133DC Persian Blue

📋 copy color: '#0133DC'

red 1 ◦ green 51 ◦ blue 220

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

Shades of Persian Blue #0133DC

Tints of Persian Blue #0133DC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.75%

 BLUE value IS 220 (86.33% from 255) = 80.88%

R = 0.37%
G = 18.75%
B = 80.88%

CMYK

 C value IS 1.00

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0133DC (or 0x0133DC) is known color: Persian Blue. HEX triplet: 01, 33 and DC. RGB value is (1,51,220). Sum of RGB (Red+Green+Blue) = 1+51+220=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 220 (86.33% from 255 or 80.88% from 272); Max value from RGB is 220 - color contains mainly: blue. Hex color #0133DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0133DC is #FECC23. Grayscale: #363636. Windows color (decimal): -16698404 or 14430977. OLE color: 14430977.

HSL color Cylindrical-coordinate representation of color #0133DC: hue angle of 226.3º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0133DC is Cyan = 1.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 51 220 -
CMYK 1.00 0.77 0 0.14
HSL 226.3º 0.99% 0.43% -
HSV(B) 226.3º 1% 0.86% -
XYZ 14.11 7.54 68.42 -
YUV 55.32 220.94 89.26 -
System Red Green Blue C M Y K H S L
Decimal 1 51 220 1.00 0.77 0 0.14 226.3 0.99 0.43
Hex 1 33 DC 64 4D 0 E E2 63 2B
Octal 1 63 334 144 115 0 16 342 143 53
Binary 1 110011 11011100 1100100 1001101 0 1110 11100010 1100011 101011

Color Harmonies of #0133DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0133DC

Black with #0133DC

Text Example


Text Example

White with #0133DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0133DC; }

 p { color: rgb(1,51,220); }

 H1.HeaderClassName
 {
   color: #0133DC;
 }
 .AnyTagClassName
 {
   color: #0133DC;
 }
</style>

background-color css

<style>
 a { background-color: #0133DC; }

 a { background-color: rgb(1,51,220); }

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

border-color css

<style>
 span { border-color: #0133DC; }

 span { border-color: rgb(1,51,220); }

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