Html Css Color HEX #0D3CCF Persian Blue

📋 copy color: '#0D3CCF'

red 13 ◦ green 60 ◦ blue 207

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

Shades of Persian Blue #0D3CCF

Tints of Persian Blue #0D3CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.43%

 BLUE value IS 207 (81.25% from 255) = 73.93%

R = 4.64%
G = 21.43%
B = 73.93%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0D3CCF (or 0x0D3CCF) is known color: Persian Blue. HEX triplet: 0D, 3C and CF. RGB value is (13,60,207). Sum of RGB (Red+Green+Blue) = 13+60+207=280 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.64% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 207 (81.25% from 255 or 73.93% from 280); Max value from RGB is 207 - color contains mainly: blue. Hex color #0D3CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D3CCF is #F2C330. Grayscale: #3E3E3E. Windows color (decimal): -15909681 or 13581325. OLE color: 13581325.

HSL color Cylindrical-coordinate representation of color #0D3CCF: hue angle of 225.46º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D3CCF is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 13 60 207 -
CMYK 0.94 0.71 0 0.19
HSL 225.46º 0.88% 0.43% -
HSV(B) 225.46º 0.94% 0.81% -
XYZ 13.04 7.82 59.85 -
YUV 62.71 209.43 92.55 -
System Red Green Blue C M Y K H S L
Decimal 13 60 207 0.94 0.71 0 0.19 225.46 0.88 0.43
Hex D 3C CF 5E 47 0 13 E1 58 2B
Octal 15 74 317 136 107 0 23 341 130 53
Binary 1101 111100 11001111 1011110 1000111 0 10011 11100001 1011000 101011

Color Harmonies of #0D3CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3CCF

Black with #0D3CCF

Text Example


Text Example

White with #0D3CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,60,207); }

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

background-color css

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

 a { background-color: rgb(13,60,207); }

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

border-color css

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

 span { border-color: rgb(13,60,207); }

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