Html Css Color HEX #0D4D68 Astronaut Blue

📋 copy color: '#0D4D68'

red 13 ◦ green 77 ◦ blue 104

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

Shades of Astronaut Blue #0D4D68

Tints of Astronaut Blue #0D4D68

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.69%

 BLUE value IS 104 (41.02% from 255) = 53.61%

R = 6.7%
G = 39.69%
B = 53.61%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0D4D68 (or 0x0D4D68) is known color: Astronaut Blue. HEX triplet: 0D, 4D and 68. RGB value is (13,77,104). Sum of RGB (Red+Green+Blue) = 13+77+104=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #0D4D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D4D68 is #F2B297. Grayscale: #3C3C3C. Windows color (decimal): -15905432 or 6835469. OLE color: 6835469.

HSL color Cylindrical-coordinate representation of color #0D4D68: hue angle of 197.8º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D4D68 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 13 77 104 -
CMYK 0.88 0.26 0 0.59
HSL 197.8º 0.78% 0.23% -
HSV(B) 197.8º 0.88% 0.41% -
XYZ 5.32 6.39 14.05 -
YUV 60.94 152.3 93.8 -
System Red Green Blue C M Y K H S L
Decimal 13 77 104 0.88 0.26 0 0.59 197.8 0.78 0.23
Hex D 4D 68 58 1A 0 3B C6 4E 17
Octal 15 115 150 130 32 0 73 306 116 27
Binary 1101 1001101 1101000 1011000 11010 0 111011 11000110 1001110 10111

Color Harmonies of #0D4D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4D68

Black with #0D4D68

Text Example


Text Example

White with #0D4D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,77,104); }

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

background-color css

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

 a { background-color: rgb(13,77,104); }

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

border-color css

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

 span { border-color: rgb(13,77,104); }

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