Html Css Color HEX #0D465C Astronaut Blue

📋 copy color: '#0D465C'

red 13 ◦ green 70 ◦ blue 92

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

Shades of Astronaut Blue #0D465C

Tints of Astronaut Blue #0D465C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40%

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

R = 7.43%
G = 40%
B = 52.57%

CMYK

 C value IS 0.86

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0D465C (or 0x0D465C) is known color: Astronaut Blue. HEX triplet: 0D, 46 and 5C. RGB value is (13,70,92). Sum of RGB (Red+Green+Blue) = 13+70+92=175 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.43% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #0D465C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D465C is #F2B9A3. Grayscale: #373737. Windows color (decimal): -15907236 or 6047245. OLE color: 6047245.

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

Color convert

RGB 13 70 92 -
CMYK 0.86 0.24 0 0.64
HSL 196.71º 0.75% 0.21% -
HSV(B) 196.71º 0.86% 0.36% -
XYZ 4.29 5.24 10.91 -
YUV 55.47 148.62 97.71 -
System Red Green Blue C M Y K H S L
Decimal 13 70 92 0.86 0.24 0 0.64 196.71 0.75 0.21
Hex D 46 5C 56 18 0 40 C5 4B 15
Octal 15 106 134 126 30 0 100 305 113 25
Binary 1101 1000110 1011100 1010110 11000 0 1000000 11000101 1001011 10101

Color Harmonies of #0D465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D465C

Black with #0D465C

Text Example


Text Example

White with #0D465C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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