Html Css Color HEX #0D42EA Persian Blue

📋 copy color: '#0D42EA'

red 13 ◦ green 66 ◦ blue 234

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

Shades of Persian Blue #0D42EA

Tints of Persian Blue #0D42EA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.09%

 BLUE value IS 234 (91.8% from 255) = 74.76%

R = 4.15%
G = 21.09%
B = 74.76%

CMYK

 C value IS 0.94

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0D42EA (or 0x0D42EA) is known color: Persian Blue. HEX triplet: 0D, 42 and EA. RGB value is (13,66,234). Sum of RGB (Red+Green+Blue) = 13+66+234=313 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.15% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 234 (91.80% from 255 or 74.76% from 313); Max value from RGB is 234 - color contains mainly: blue. Hex color #0D42EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D42EA is #F2BD15. Grayscale: #444444. Windows color (decimal): -15908118 or 15352333. OLE color: 15352333.

HSL color Cylindrical-coordinate representation of color #0D42EA: hue angle of 225.61º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D42EA is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 13 66 234 -
CMYK 0.94 0.72 0 0.08
HSL 225.61º 0.89% 0.48% -
HSV(B) 225.61º 0.94% 0.92% -
XYZ 16.97 9.92 78.86 -
YUV 69.31 220.94 87.84 -
System Red Green Blue C M Y K H S L
Decimal 13 66 234 0.94 0.72 0 0.08 225.61 0.89 0.48
Hex D 42 EA 5E 48 0 8 E2 59 30
Octal 15 102 352 136 110 0 10 342 131 60
Binary 1101 1000010 11101010 1011110 1001000 0 1000 11100010 1011001 110000

Color Harmonies of #0D42EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D42EA

Black with #0D42EA

Text Example


Text Example

White with #0D42EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,66,234); }

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

background-color css

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

 a { background-color: rgb(13,66,234); }

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

border-color css

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

 span { border-color: rgb(13,66,234); }

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