Html Css Color HEX #0D35BE Persian Blue

📋 copy color: '#0D35BE'

red 13 ◦ green 53 ◦ blue 190

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

Shades of Persian Blue #0D35BE

Tints of Persian Blue #0D35BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 74.22%

R = 5.08%
G = 20.7%
B = 74.22%

CMYK

 C value IS 0.93

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0D35BE (or 0x0D35BE) is known color: Persian Blue. HEX triplet: 0D, 35 and BE. RGB value is (13,53,190). Sum of RGB (Red+Green+Blue) = 13+53+190=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 190 (74.61% from 255 or 74.22% from 256); Max value from RGB is 190 - color contains mainly: blue. Hex color #0D35BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D35BE is #F2CA41. Grayscale: #383838. Windows color (decimal): -15911490 or 12465421. OLE color: 12465421.

HSL color Cylindrical-coordinate representation of color #0D35BE: hue angle of 226.44º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D35BE is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 53 190 -
CMYK 0.93 0.72 0 0.25
HSL 226.44º 0.87% 0.4% -
HSV(B) 226.44º 0.93% 0.75% -
XYZ 10.73 6.35 49.38 -
YUV 56.66 203.25 96.86 -
System Red Green Blue C M Y K H S L
Decimal 13 53 190 0.93 0.72 0 0.25 226.44 0.87 0.4
Hex D 35 BE 5D 48 0 19 E2 57 28
Octal 15 65 276 135 110 0 31 342 127 50
Binary 1101 110101 10111110 1011101 1001000 0 11001 11100010 1010111 101000

Color Harmonies of #0D35BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D35BE

Black with #0D35BE

Text Example


Text Example

White with #0D35BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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