Html Css Color HEX #0D2D47 Blue Whale

📋 copy color: '#0D2D47'

red 13 ◦ green 45 ◦ blue 71

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

Shades of Blue Whale #0D2D47

Tints of Blue Whale #0D2D47

RGB

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

 GREEN value IS 45 (17.97% from 255) = 34.88%

 BLUE value IS 71 (28.13% from 255) = 55.04%

R = 10.08%
G = 34.88%
B = 55.04%

CMYK

 C value IS 0.82

 M value IS 0.37

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0D2D47 (or 0x0D2D47) is known color: Blue Whale. HEX triplet: 0D, 2D and 47. RGB value is (13,45,71). Sum of RGB (Red+Green+Blue) = 13+45+71=129 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10.08% from 129); Green value is 45 (17.97% from 255 or 34.88% from 129); Blue value is 71 (28.12% from 255 or 55.04% from 129); Max value from RGB is 71 - color contains mainly: blue. Hex color #0D2D47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2D47 is #F2D2B8. Grayscale: #262626. Windows color (decimal): -15913657 or 4664589. OLE color: 4664589.

HSL color Cylindrical-coordinate representation of color #0D2D47: hue angle of 206.9º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D2D47 is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 13 45 71 -
CMYK 0.82 0.37 0 0.72
HSL 206.9º 0.69% 0.16% -
HSV(B) 206.9º 0.82% 0.28% -
XYZ 2.24 2.42 6.31 -
YUV 38.4 146.4 109.89 -
System Red Green Blue C M Y K H S L
Decimal 13 45 71 0.82 0.37 0 0.72 206.9 0.69 0.16
Hex D 2D 47 52 25 0 48 CF 45 10
Octal 15 55 107 122 45 0 110 317 105 20
Binary 1101 101101 1000111 1010010 100101 0 1001000 11001111 1000101 10000

Color Harmonies of #0D2D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2D47

Black with #0D2D47

Text Example


Text Example

White with #0D2D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,45,71); }

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

background-color css

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

 a { background-color: rgb(13,45,71); }

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

border-color css

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

 span { border-color: rgb(13,45,71); }

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