Html Css Color HEX #0133DF Persian Blue

📋 copy color: '#0133DF'

red 1 ◦ green 51 ◦ blue 223

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

Shades of Persian Blue #0133DF

Tints of Persian Blue #0133DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 81.09%

R = 0.36%
G = 18.55%
B = 81.09%

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

#0133DF (or 0x0133DF) is known color: Persian Blue. HEX triplet: 01, 33 and DF. RGB value is (1,51,223). Sum of RGB (Red+Green+Blue) = 1+51+223=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 223 (87.5% from 255 or 81.09% from 275); Max value from RGB is 223 - color contains mainly: blue. Hex color #0133DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0133DF is #FECC20. Grayscale: #363636. Windows color (decimal): -16698401 or 14627585. OLE color: 14627585.

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

Color convert

RGB 1 51 223 -
CMYK 1.00 0.77 0 0.13
HSL 226.49º 0.99% 0.44% -
HSV(B) 226.49º 1% 0.87% -
XYZ 14.52 7.7 70.53 -
YUV 55.66 222.44 89.01 -
System Red Green Blue C M Y K H S L
Decimal 1 51 223 1.00 0.77 0 0.13 226.49 0.99 0.44
Hex 1 33 DF 64 4D 0 D E2 63 2C
Octal 1 63 337 144 115 0 15 342 143 54
Binary 1 110011 11011111 1100100 1001101 0 1101 11100010 1100011 101100

Color Harmonies of #0133DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0133DF

Black with #0133DF

Text Example


Text Example

White with #0133DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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