Html Css Color HEX #0D313E Blue Whale

📋 copy color: '#0D313E'

red 13 ◦ green 49 ◦ blue 62

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

Shades of Blue Whale #0D313E

Tints of Blue Whale #0D313E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 50%

R = 10.48%
G = 39.52%
B = 50%

CMYK

 C value IS 0.79

 M value IS 0.21

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0D313E (or 0x0D313E) is known color: Blue Whale. HEX triplet: 0D, 31 and 3E. RGB value is (13,49,62). Sum of RGB (Red+Green+Blue) = 13+49+62=124 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.48% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 62 (24.61% from 255 or 50% from 124); Max value from RGB is 62 - color contains mainly: blue. Hex color #0D313E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D313E is #F2CEC1. Grayscale: #272727. Windows color (decimal): -15912642 or 4075789. OLE color: 4075789.

HSL color Cylindrical-coordinate representation of color #0D313E: hue angle of 195.92º 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 #0D313E is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 13 49 62 -
CMYK 0.79 0.21 0 0.76
HSL 195.92º 0.65% 0.15% -
HSV(B) 195.92º 0.79% 0.24% -
XYZ 2.13 2.63 4.95 -
YUV 39.72 140.57 108.94 -
System Red Green Blue C M Y K H S L
Decimal 13 49 62 0.79 0.21 0 0.76 195.92 0.65 0.15
Hex D 31 3E 4F 15 0 4C C4 41 F
Octal 15 61 76 117 25 0 114 304 101 17
Binary 1101 110001 111110 1001111 10101 0 1001100 11000100 1000001 1111

Color Harmonies of #0D313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D313E

Black with #0D313E

Text Example


Text Example

White with #0D313E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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