Html Css Color HEX #0D425F Astronaut Blue

📋 copy color: '#0D425F'

red 13 ◦ green 66 ◦ blue 95

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

Shades of Astronaut Blue #0D425F

Tints of Astronaut Blue #0D425F

RGB

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

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

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

R = 7.47%
G = 37.93%
B = 54.6%

CMYK

 C value IS 0.86

 M value IS 0.31

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0D425F (or 0x0D425F) is known color: Astronaut Blue. HEX triplet: 0D, 42 and 5F. RGB value is (13,66,95). Sum of RGB (Red+Green+Blue) = 13+66+95=174 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.47% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 95 (37.5% from 255 or 54.60% from 174); Max value from RGB is 95 - color contains mainly: blue. Hex color #0D425F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D425F is #F2BDA0. Grayscale: #353535. Windows color (decimal): -15908257 or 6242829. OLE color: 6242829.

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

Color convert

RGB 13 66 95 -
CMYK 0.86 0.31 0 0.63
HSL 201.22º 0.76% 0.21% -
HSV(B) 201.22º 0.86% 0.37% -
XYZ 4.18 4.81 11.53 -
YUV 53.46 151.44 99.14 -
System Red Green Blue C M Y K H S L
Decimal 13 66 95 0.86 0.31 0 0.63 201.22 0.76 0.21
Hex D 42 5F 56 1F 0 3F C9 4C 15
Octal 15 102 137 126 37 0 77 311 114 25
Binary 1101 1000010 1011111 1010110 11111 0 111111 11001001 1001100 10101

Color Harmonies of #0D425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D425F

Black with #0D425F

Text Example


Text Example

White with #0D425F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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