Html Css Color HEX #0D42EB Persian Blue

📋 copy color: '#0D42EB'

red 13 ◦ green 66 ◦ blue 235

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

Shades of Persian Blue #0D42EB

Tints of Persian Blue #0D42EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 74.84%

R = 4.14%
G = 21.02%
B = 74.84%

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

#0D42EB (or 0x0D42EB) is known color: Persian Blue. HEX triplet: 0D, 42 and EB. RGB value is (13,66,235). Sum of RGB (Red+Green+Blue) = 13+66+235=314 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.14% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 235 (92.19% from 255 or 74.84% from 314); Max value from RGB is 235 - color contains mainly: blue. Hex color #0D42EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D42EB is #F2BD14. Grayscale: #444444. Windows color (decimal): -15908117 or 15417869. OLE color: 15417869.

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

Color convert

RGB 13 66 235 -
CMYK 0.94 0.72 0 0.08
HSL 225.68º 0.9% 0.49% -
HSV(B) 225.68º 0.94% 0.92% -
XYZ 17.11 9.98 79.62 -
YUV 69.42 221.44 87.76 -
System Red Green Blue C M Y K H S L
Decimal 13 66 235 0.94 0.72 0 0.08 225.68 0.9 0.49
Hex D 42 EB 5E 48 0 8 E2 5A 31
Octal 15 102 353 136 110 0 10 342 132 61
Binary 1101 1000010 11101011 1011110 1001000 0 1000 11100010 1011010 110001

Color Harmonies of #0D42EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D42EB

Black with #0D42EB

Text Example


Text Example

White with #0D42EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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