Html Css Color HEX #0D475F Astronaut Blue

📋 copy color: '#0D475F'

red 13 ◦ green 71 ◦ blue 95

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

Shades of Astronaut Blue #0D475F

Tints of Astronaut Blue #0D475F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.66%

 BLUE value IS 95 (37.5% from 255) = 53.07%

R = 7.26%
G = 39.66%
B = 53.07%

CMYK

 C value IS 0.86

 M value IS 0.25

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0D475F (or 0x0D475F) is known color: Astronaut Blue. HEX triplet: 0D, 47 and 5F. RGB value is (13,71,95). Sum of RGB (Red+Green+Blue) = 13+71+95=179 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.26% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 95 (37.5% from 255 or 53.07% from 179); Max value from RGB is 95 - color contains mainly: blue. Hex color #0D475F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D475F is #F2B8A0. Grayscale: #383838. Windows color (decimal): -15906977 or 6244109. OLE color: 6244109.

HSL color Cylindrical-coordinate representation of color #0D475F: hue angle of 197.56º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D475F is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 13 71 95 -
CMYK 0.86 0.25 0 0.63
HSL 197.56º 0.76% 0.21% -
HSV(B) 197.56º 0.86% 0.37% -
XYZ 4.48 5.42 11.64 -
YUV 56.39 149.78 97.05 -
System Red Green Blue C M Y K H S L
Decimal 13 71 95 0.86 0.25 0 0.63 197.56 0.76 0.21
Hex D 47 5F 56 19 0 3F C6 4C 15
Octal 15 107 137 126 31 0 77 306 114 25
Binary 1101 1000111 1011111 1010110 11001 0 111111 11000110 1001100 10101

Color Harmonies of #0D475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D475F

Black with #0D475F

Text Example


Text Example

White with #0D475F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,71,95); }

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

background-color css

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

 a { background-color: rgb(13,71,95); }

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

border-color css

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

 span { border-color: rgb(13,71,95); }

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