Html Css Color HEX #0D313F Blue Whale

📋 copy color: '#0D313F'

red 13 ◦ green 49 ◦ blue 63

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

Shades of Blue Whale #0D313F

Tints of Blue Whale #0D313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 50.4%

R = 10.4%
G = 39.2%
B = 50.4%

CMYK

 C value IS 0.79

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0D313F (or 0x0D313F) is known color: Blue Whale. HEX triplet: 0D, 31 and 3F. RGB value is (13,49,63). Sum of RGB (Red+Green+Blue) = 13+49+63=125 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.4% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 63 (25% from 255 or 50.4% from 125); Max value from RGB is 63 - color contains mainly: blue. Hex color #0D313F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D313F is #F2CEC0. Grayscale: #272727. Windows color (decimal): -15912641 or 4141325. OLE color: 4141325.

HSL color Cylindrical-coordinate representation of color #0D313F: hue angle of 196.8º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D313F is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 13 49 63 -
CMYK 0.79 0.22 0 0.75
HSL 196.8º 0.66% 0.15% -
HSV(B) 196.8º 0.79% 0.25% -
XYZ 2.16 2.64 5.1 -
YUV 39.83 141.07 108.86 -
System Red Green Blue C M Y K H S L
Decimal 13 49 63 0.79 0.22 0 0.75 196.8 0.66 0.15
Hex D 31 3F 4F 16 0 4B C5 42 F
Octal 15 61 77 117 26 0 113 305 102 17
Binary 1101 110001 111111 1001111 10110 0 1001011 11000101 1000010 1111

Color Harmonies of #0D313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D313F

Black with #0D313F

Text Example


Text Example

White with #0D313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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