Html Css Color HEX #0D3241 Blue Whale

📋 copy color: '#0D3241'

red 13 ◦ green 50 ◦ blue 65

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

Shades of Blue Whale #0D3241

Tints of Blue Whale #0D3241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 39.06%

 BLUE value IS 65 (25.78% from 255) = 50.78%

R = 10.16%
G = 39.06%
B = 50.78%

CMYK

 C value IS 0.80

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0D3241 (or 0x0D3241) is known color: Blue Whale. HEX triplet: 0D, 32 and 41. RGB value is (13,50,65). Sum of RGB (Red+Green+Blue) = 13+50+65=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 65 (25.78% from 255 or 50.78% from 128); Max value from RGB is 65 - color contains mainly: blue. Hex color #0D3241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3241 is #F2CDBE. Grayscale: #282828. Windows color (decimal): -15912383 or 4272653. OLE color: 4272653.

HSL color Cylindrical-coordinate representation of color #0D3241: hue angle of 197.31º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D3241 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 13 50 65 -
CMYK 0.80 0.23 0 0.75
HSL 197.31º 0.67% 0.15% -
HSV(B) 197.31º 0.8% 0.25% -
XYZ 2.26 2.75 5.41 -
YUV 40.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 13 50 65 0.80 0.23 0 0.75 197.31 0.67 0.15
Hex D 32 41 50 17 0 4B C5 43 F
Octal 15 62 101 120 27 0 113 305 103 17
Binary 1101 110010 1000001 1010000 10111 0 1001011 11000101 1000011 1111

Color Harmonies of #0D3241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3241

Black with #0D3241

Text Example


Text Example

White with #0D3241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,50,65); }

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

background-color css

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

 a { background-color: rgb(13,50,65); }

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

border-color css

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

 span { border-color: rgb(13,50,65); }

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