Html Css Color HEX #0D415F Astronaut Blue

📋 copy color: '#0D415F'

red 13 ◦ green 65 ◦ blue 95

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

Shades of Astronaut Blue #0D415F

Tints of Astronaut Blue #0D415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.57%

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

R = 7.51%
G = 37.57%
B = 54.91%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0D415F (or 0x0D415F) is known color: Astronaut Blue. HEX triplet: 0D, 41 and 5F. RGB value is (13,65,95). Sum of RGB (Red+Green+Blue) = 13+65+95=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 95 (37.5% from 255 or 54.91% from 173); Max value from RGB is 95 - color contains mainly: blue. Hex color #0D415F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D415F is #F2BEA0. Grayscale: #343434. Windows color (decimal): -15908513 or 6242573. OLE color: 6242573.

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

Color convert

RGB 13 65 95 -
CMYK 0.86 0.32 0 0.63
HSL 201.95º 0.76% 0.21% -
HSV(B) 201.95º 0.86% 0.37% -
XYZ 4.12 4.69 11.51 -
YUV 52.87 151.77 99.56 -
System Red Green Blue C M Y K H S L
Decimal 13 65 95 0.86 0.32 0 0.63 201.95 0.76 0.21
Hex D 41 5F 56 20 0 3F CA 4C 15
Octal 15 101 137 126 40 0 77 312 114 25
Binary 1101 1000001 1011111 1010110 100000 0 111111 11001010 1001100 10101

Color Harmonies of #0D415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D415F

Black with #0D415F

Text Example


Text Example

White with #0D415F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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