Html Css Color HEX #0D314C Blue Whale

📋 copy color: '#0D314C'

red 13 ◦ green 49 ◦ blue 76

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

Shades of Blue Whale #0D314C

Tints of Blue Whale #0D314C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 55.07%

R = 9.42%
G = 35.51%
B = 55.07%

CMYK

 C value IS 0.83

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0D314C (or 0x0D314C) is known color: Blue Whale. HEX triplet: 0D, 31 and 4C. RGB value is (13,49,76). Sum of RGB (Red+Green+Blue) = 13+49+76=138 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.42% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 76 (30.08% from 255 or 55.07% from 138); Max value from RGB is 76 - color contains mainly: blue. Hex color #0D314C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D314C is #F2CEB3. Grayscale: #292929. Windows color (decimal): -15912628 or 4993293. OLE color: 4993293.

HSL color Cylindrical-coordinate representation of color #0D314C: hue angle of 205.71º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D314C is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 13 49 76 -
CMYK 0.83 0.36 0 0.70
HSL 205.71º 0.71% 0.17% -
HSV(B) 205.71º 0.83% 0.3% -
XYZ 2.57 2.8 7.24 -
YUV 41.31 147.57 107.8 -
System Red Green Blue C M Y K H S L
Decimal 13 49 76 0.83 0.36 0 0.70 205.71 0.71 0.17
Hex D 31 4C 53 24 0 46 CE 47 11
Octal 15 61 114 123 44 0 106 316 107 21
Binary 1101 110001 1001100 1010011 100100 0 1000110 11001110 1000111 10001

Color Harmonies of #0D314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D314C

Black with #0D314C

Text Example


Text Example

White with #0D314C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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