Html Css Color HEX #0D455F Astronaut Blue

📋 copy color: '#0D455F'

red 13 ◦ green 69 ◦ blue 95

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

Shades of Astronaut Blue #0D455F

Tints of Astronaut Blue #0D455F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.98%

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

R = 7.34%
G = 38.98%
B = 53.67%

CMYK

 C value IS 0.86

 M value IS 0.27

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0D455F (or 0x0D455F) is known color: Astronaut Blue. HEX triplet: 0D, 45 and 5F. RGB value is (13,69,95). Sum of RGB (Red+Green+Blue) = 13+69+95=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 95 (37.5% from 255 or 53.67% from 177); Max value from RGB is 95 - color contains mainly: blue. Hex color #0D455F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D455F is #F2BAA0. Grayscale: #373737. Windows color (decimal): -15907489 or 6243597. OLE color: 6243597.

HSL color Cylindrical-coordinate representation of color #0D455F: hue angle of 199.02º 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 #0D455F is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 13 69 95 -
CMYK 0.86 0.27 0 0.63
HSL 199.02º 0.76% 0.21% -
HSV(B) 199.02º 0.86% 0.37% -
XYZ 4.36 5.17 11.59 -
YUV 55.22 150.45 97.89 -
System Red Green Blue C M Y K H S L
Decimal 13 69 95 0.86 0.27 0 0.63 199.02 0.76 0.21
Hex D 45 5F 56 1B 0 3F C7 4C 15
Octal 15 105 137 126 33 0 77 307 114 25
Binary 1101 1000101 1011111 1010110 11011 0 111111 11000111 1001100 10101

Color Harmonies of #0D455F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D455F

Black with #0D455F

Text Example


Text Example

White with #0D455F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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