Html Css Color HEX #0D4462 Astronaut Blue

📋 copy color: '#0D4462'

red 13 ◦ green 68 ◦ blue 98

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

Shades of Astronaut Blue #0D4462

Tints of Astronaut Blue #0D4462

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.99%

 BLUE value IS 98 (38.67% from 255) = 54.75%

R = 7.26%
G = 37.99%
B = 54.75%

CMYK

 C value IS 0.87

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0D4462 (or 0x0D4462) is known color: Astronaut Blue. HEX triplet: 0D, 44 and 62. RGB value is (13,68,98). Sum of RGB (Red+Green+Blue) = 13+68+98=179 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.26% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #0D4462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4462 is #F2BB9D. Grayscale: #363636. Windows color (decimal): -15907742 or 6439949. OLE color: 6439949.

HSL color Cylindrical-coordinate representation of color #0D4462: hue angle of 201.18º degrees, saturation: 0.77, 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 #0D4462 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 13 68 98 -
CMYK 0.87 0.31 0 0.62
HSL 201.18º 0.77% 0.22% -
HSV(B) 201.18º 0.87% 0.38% -
XYZ 4.44 5.1 12.31 -
YUV 54.98 152.28 98.06 -
System Red Green Blue C M Y K H S L
Decimal 13 68 98 0.87 0.31 0 0.62 201.18 0.77 0.22
Hex D 44 62 57 1F 0 3E C9 4D 16
Octal 15 104 142 127 37 0 76 311 115 26
Binary 1101 1000100 1100010 1010111 11111 0 111110 11001001 1001101 10110

Color Harmonies of #0D4462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4462

Black with #0D4462

Text Example


Text Example

White with #0D4462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,68,98); }

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

background-color css

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

 a { background-color: rgb(13,68,98); }

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

border-color css

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

 span { border-color: rgb(13,68,98); }

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