Html Css Color HEX #0133DD Persian Blue

📋 copy color: '#0133DD'

red 1 ◦ green 51 ◦ blue 221

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

Shades of Persian Blue #0133DD

Tints of Persian Blue #0133DD

RGB

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

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

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

R = 0.37%
G = 18.68%
B = 80.95%

CMYK

 C value IS 1.00

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0133DD (or 0x0133DD) is known color: Persian Blue. HEX triplet: 01, 33 and DD. RGB value is (1,51,221). Sum of RGB (Red+Green+Blue) = 1+51+221=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 221 (86.72% from 255 or 80.95% from 273); Max value from RGB is 221 - color contains mainly: blue. Hex color #0133DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0133DD is #FECC22. Grayscale: #363636. Windows color (decimal): -16698403 or 14496513. OLE color: 14496513.

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

Color convert

RGB 1 51 221 -
CMYK 1.00 0.77 0 0.13
HSL 226.36º 0.99% 0.44% -
HSV(B) 226.36º 1% 0.87% -
XYZ 14.25 7.59 69.12 -
YUV 55.43 221.44 89.18 -
System Red Green Blue C M Y K H S L
Decimal 1 51 221 1.00 0.77 0 0.13 226.36 0.99 0.44
Hex 1 33 DD 64 4D 0 D E2 63 2C
Octal 1 63 335 144 115 0 15 342 143 54
Binary 1 110011 11011101 1100100 1001101 0 1101 11100010 1100011 101100

Color Harmonies of #0133DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0133DD

Black with #0133DD

Text Example


Text Example

White with #0133DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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