Html Css Color HEX #0D35DF Persian Blue

📋 copy color: '#0D35DF'

red 13 ◦ green 53 ◦ blue 223

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

Shades of Persian Blue #0D35DF

Tints of Persian Blue #0D35DF

RGB

 RED value IS 13 (5.47% from 255) = 4.5%

 GREEN value IS 53 (21.09% from 255) = 18.34%

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

R = 4.5%
G = 18.34%
B = 77.16%

CMYK

 C value IS 0.94

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0D35DF (or 0x0D35DF) is known color: Persian Blue. HEX triplet: 0D, 35 and DF. RGB value is (13,53,223). Sum of RGB (Red+Green+Blue) = 13+53+223=289 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.50% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 223 (87.5% from 255 or 77.16% from 289); Max value from RGB is 223 - color contains mainly: blue. Hex color #0D35DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D35DF is #F2CA20. Grayscale: #3B3B3B. Windows color (decimal): -15911457 or 14628109. OLE color: 14628109.

HSL color Cylindrical-coordinate representation of color #0D35DF: hue angle of 228.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D35DF is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 13 53 223 -
CMYK 0.94 0.76 0 0.13
HSL 228.57º 0.89% 0.46% -
HSV(B) 228.57º 0.94% 0.87% -
XYZ 14.76 7.96 70.57 -
YUV 60.42 219.75 94.18 -
System Red Green Blue C M Y K H S L
Decimal 13 53 223 0.94 0.76 0 0.13 228.57 0.89 0.46
Hex D 35 DF 5E 4C 0 D E5 59 2E
Octal 15 65 337 136 114 0 15 345 131 56
Binary 1101 110101 11011111 1011110 1001100 0 1101 11100101 1011001 101110

Color Harmonies of #0D35DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D35DF

Black with #0D35DF

Text Example


Text Example

White with #0D35DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D35DF; }

 p { color: rgb(13,53,223); }

 H1.HeaderClassName
 {
   color: #0D35DF;
 }
 .AnyTagClassName
 {
   color: #0D35DF;
 }
</style>

background-color css

<style>
 a { background-color: #0D35DF; }

 a { background-color: rgb(13,53,223); }

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

border-color css

<style>
 span { border-color: #0D35DF; }

 span { border-color: rgb(13,53,223); }

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