Html Css Color HEX #0134DF Persian Blue

📋 copy color: '#0134DF'

red 1 ◦ green 52 ◦ blue 223

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

Shades of Persian Blue #0134DF

Tints of Persian Blue #0134DF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.84%

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

R = 0.36%
G = 18.84%
B = 80.8%

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

#0134DF (or 0x0134DF) is known color: Persian Blue. HEX triplet: 01, 34 and DF. RGB value is (1,52,223). Sum of RGB (Red+Green+Blue) = 1+52+223=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 223 (87.5% from 255 or 80.80% from 276); Max value from RGB is 223 - color contains mainly: blue. Hex color #0134DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0134DF is #FECB20. Grayscale: #373737. Windows color (decimal): -16698145 or 14627841. OLE color: 14627841.

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

Color convert

RGB 1 52 223 -
CMYK 1.00 0.77 0 0.13
HSL 226.22º 0.99% 0.44% -
HSV(B) 226.22º 1% 0.87% -
XYZ 14.56 7.79 70.55 -
YUV 56.25 222.1 88.6 -
System Red Green Blue C M Y K H S L
Decimal 1 52 223 1.00 0.77 0 0.13 226.22 0.99 0.44
Hex 1 34 DF 64 4D 0 D E2 63 2C
Octal 1 64 337 144 115 0 15 342 143 54
Binary 1 110100 11011111 1100100 1001101 0 1101 11100010 1100011 101100

Color Harmonies of #0134DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0134DF

Black with #0134DF

Text Example


Text Example

White with #0134DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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