Html Css Color HEX #0D35DD Persian Blue

📋 copy color: '#0D35DD'

red 13 ◦ green 53 ◦ blue 221

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

Shades of Persian Blue #0D35DD

Tints of Persian Blue #0D35DD

RGB

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

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

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

R = 4.53%
G = 18.47%
B = 77%

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

#0D35DD (or 0x0D35DD) is known color: Persian Blue. HEX triplet: 0D, 35 and DD. RGB value is (13,53,221). Sum of RGB (Red+Green+Blue) = 13+53+221=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 221 (86.72% from 255 or 77.00% from 287); Max value from RGB is 221 - color contains mainly: blue. Hex color #0D35DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D35DD is #F2CA22. Grayscale: #3B3B3B. Windows color (decimal): -15911459 or 14497037. OLE color: 14497037.

HSL color Cylindrical-coordinate representation of color #0D35DD: hue angle of 228.46º 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 #0D35DD is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 13 53 221 -
CMYK 0.94 0.76 0 0.13
HSL 228.46º 0.89% 0.46% -
HSV(B) 228.46º 0.94% 0.87% -
XYZ 14.49 7.85 69.16 -
YUV 60.19 218.75 94.34 -
System Red Green Blue C M Y K H S L
Decimal 13 53 221 0.94 0.76 0 0.13 228.46 0.89 0.46
Hex D 35 DD 5E 4C 0 D E4 59 2E
Octal 15 65 335 136 114 0 15 344 131 56
Binary 1101 110101 11011101 1011110 1001100 0 1101 11100100 1011001 101110

Color Harmonies of #0D35DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D35DD

Black with #0D35DD

Text Example


Text Example

White with #0D35DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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