Html Css Color HEX #0D3CEF Persian Blue

📋 copy color: '#0D3CEF'

red 13 ◦ green 60 ◦ blue 239

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

Shades of Persian Blue #0D3CEF

Tints of Persian Blue #0D3CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 76.6%

R = 4.17%
G = 19.23%
B = 76.6%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0D3CEF (or 0x0D3CEF) is known color: Persian Blue. HEX triplet: 0D, 3C and EF. RGB value is (13,60,239). Sum of RGB (Red+Green+Blue) = 13+60+239=312 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.17% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 239 (93.75% from 255 or 76.60% from 312); Max value from RGB is 239 - color contains mainly: blue. Hex color #0D3CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D3CEF is #F2C310. Grayscale: #414141. Windows color (decimal): -15909649 or 15678477. OLE color: 15678477.

HSL color Cylindrical-coordinate representation of color #0D3CEF: hue angle of 227.52º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D3CEF is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 13 60 239 -
CMYK 0.95 0.75 0 0.06
HSL 227.52º 0.9% 0.49% -
HSV(B) 227.52º 0.95% 0.94% -
XYZ 17.36 9.55 82.59 -
YUV 66.35 225.43 89.95 -
System Red Green Blue C M Y K H S L
Decimal 13 60 239 0.95 0.75 0 0.06 227.52 0.9 0.49
Hex D 3C EF 5F 4B 0 6 E4 5A 31
Octal 15 74 357 137 113 0 6 344 132 61
Binary 1101 111100 11101111 1011111 1001011 0 110 11100100 1011010 110001

Color Harmonies of #0D3CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3CEF

Black with #0D3CEF

Text Example


Text Example

White with #0D3CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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