Html Css Color HEX #0D385C Prussian Blue

📋 copy color: '#0D385C'

red 13 ◦ green 56 ◦ blue 92

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

Shades of Prussian Blue #0D385C

Tints of Prussian Blue #0D385C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.78%

 BLUE value IS 92 (36.33% from 255) = 57.14%

R = 8.07%
G = 34.78%
B = 57.14%

CMYK

 C value IS 0.86

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0D385C (or 0x0D385C) is known color: Prussian Blue. HEX triplet: 0D, 38 and 5C. RGB value is (13,56,92). Sum of RGB (Red+Green+Blue) = 13+56+92=161 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.07% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 92 (36.33% from 255 or 57.14% from 161); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D385C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D385C is #F2C7A3. Grayscale: #2F2F2F. Windows color (decimal): -15910820 or 6043661. OLE color: 6043661.

HSL color Cylindrical-coordinate representation of color #0D385C: hue angle of 207.34º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D385C is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 13 56 92 -
CMYK 0.86 0.39 0 0.64
HSL 207.34º 0.75% 0.21% -
HSV(B) 207.34º 0.86% 0.36% -
XYZ 3.51 3.69 10.65 -
YUV 47.25 153.25 103.57 -
System Red Green Blue C M Y K H S L
Decimal 13 56 92 0.86 0.39 0 0.64 207.34 0.75 0.21
Hex D 38 5C 56 27 0 40 CF 4B 15
Octal 15 70 134 126 47 0 100 317 113 25
Binary 1101 111000 1011100 1010110 100111 0 1000000 11001111 1001011 10101

Color Harmonies of #0D385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D385C

Black with #0D385C

Text Example


Text Example

White with #0D385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,56,92); }

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

background-color css

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

 a { background-color: rgb(13,56,92); }

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

border-color css

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

 span { border-color: rgb(13,56,92); }

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