Html Css Color HEX #0D4261 Astronaut Blue

📋 copy color: '#0D4261'

red 13 ◦ green 66 ◦ blue 97

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

Shades of Astronaut Blue #0D4261

Tints of Astronaut Blue #0D4261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.5%

 BLUE value IS 97 (38.28% from 255) = 55.11%

R = 7.39%
G = 37.5%
B = 55.11%

CMYK

 C value IS 0.87

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0D4261 (or 0x0D4261) is known color: Astronaut Blue. HEX triplet: 0D, 42 and 61. RGB value is (13,66,97). Sum of RGB (Red+Green+Blue) = 13+66+97=176 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.39% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 97 (38.28% from 255 or 55.11% from 176); Max value from RGB is 97 - color contains mainly: blue. Hex color #0D4261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4261 is #F2BD9E. Grayscale: #353535. Windows color (decimal): -15908255 or 6373901. OLE color: 6373901.

HSL color Cylindrical-coordinate representation of color #0D4261: hue angle of 202.14º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D4261 is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 13 66 97 -
CMYK 0.87 0.32 0 0.62
HSL 202.14º 0.76% 0.22% -
HSV(B) 202.14º 0.87% 0.38% -
XYZ 4.27 4.85 12.02 -
YUV 53.69 152.44 98.98 -
System Red Green Blue C M Y K H S L
Decimal 13 66 97 0.87 0.32 0 0.62 202.14 0.76 0.22
Hex D 42 61 57 20 0 3E CA 4C 16
Octal 15 102 141 127 40 0 76 312 114 26
Binary 1101 1000010 1100001 1010111 100000 0 111110 11001010 1001100 10110

Color Harmonies of #0D4261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4261

Black with #0D4261

Text Example


Text Example

White with #0D4261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,66,97); }

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

background-color css

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

 a { background-color: rgb(13,66,97); }

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

border-color css

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

 span { border-color: rgb(13,66,97); }

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