Html Css Color HEX #0D3AEE Persian Blue

📋 copy color: '#0D3AEE'

red 13 ◦ green 58 ◦ blue 238

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

Shades of Persian Blue #0D3AEE

Tints of Persian Blue #0D3AEE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.77%

 BLUE value IS 238 (93.36% from 255) = 77.02%

R = 4.21%
G = 18.77%
B = 77.02%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0D3AEE (or 0x0D3AEE) is known color: Persian Blue. HEX triplet: 0D, 3A and EE. RGB value is (13,58,238). Sum of RGB (Red+Green+Blue) = 13+58+238=309 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.21% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 238 (93.36% from 255 or 77.02% from 309); Max value from RGB is 238 - color contains mainly: blue. Hex color #0D3AEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D3AEE is #F2C511. Grayscale: #404040. Windows color (decimal): -15910162 or 15612429. OLE color: 15612429.

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

Color convert

RGB 13 58 238 -
CMYK 0.95 0.76 0 0.07
HSL 228º 0.9% 0.49% -
HSV(B) 228º 0.95% 0.93% -
XYZ 17.11 9.28 81.78 -
YUV 65.07 225.59 90.86 -
System Red Green Blue C M Y K H S L
Decimal 13 58 238 0.95 0.76 0 0.07 228 0.9 0.49
Hex D 3A EE 5F 4C 0 7 E4 5A 31
Octal 15 72 356 137 114 0 7 344 132 61
Binary 1101 111010 11101110 1011111 1001100 0 111 11100100 1011010 110001

Color Harmonies of #0D3AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3AEE

Black with #0D3AEE

Text Example


Text Example

White with #0D3AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,58,238); }

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

background-color css

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

 a { background-color: rgb(13,58,238); }

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

border-color css

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

 span { border-color: rgb(13,58,238); }

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