Html Css Color HEX #0D313D Blue Whale

📋 copy color: '#0D313D'

red 13 ◦ green 49 ◦ blue 61

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

Shades of Blue Whale #0D313D

Tints of Blue Whale #0D313D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 39.84%

 BLUE value IS 61 (24.22% from 255) = 49.59%

R = 10.57%
G = 39.84%
B = 49.59%

CMYK

 C value IS 0.79

 M value IS 0.20

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0D313D (or 0x0D313D) is known color: Blue Whale. HEX triplet: 0D, 31 and 3D. RGB value is (13,49,61). Sum of RGB (Red+Green+Blue) = 13+49+61=123 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.57% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 61 (24.22% from 255 or 49.59% from 123); Max value from RGB is 61 - color contains mainly: blue. Hex color #0D313D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D313D is #F2CEC2. Grayscale: #272727. Windows color (decimal): -15912643 or 4010253. OLE color: 4010253.

HSL color Cylindrical-coordinate representation of color #0D313D: hue angle of 195º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D313D is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 13 49 61 -
CMYK 0.79 0.20 0 0.76
HSL 195º 0.65% 0.15% -
HSV(B) 195º 0.79% 0.24% -
XYZ 2.11 2.62 4.81 -
YUV 39.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 13 49 61 0.79 0.20 0 0.76 195 0.65 0.15
Hex D 31 3D 4F 14 0 4C C3 41 F
Octal 15 61 75 117 24 0 114 303 101 17
Binary 1101 110001 111101 1001111 10100 0 1001100 11000011 1000001 1111

Color Harmonies of #0D313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D313D

Black with #0D313D

Text Example


Text Example

White with #0D313D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,49,61); }

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

background-color css

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

 a { background-color: rgb(13,49,61); }

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

border-color css

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

 span { border-color: rgb(13,49,61); }

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