Html Css Color HEX #0D394C Blue Whale

📋 copy color: '#0D394C'

red 13 ◦ green 57 ◦ blue 76

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

Shades of Blue Whale #0D394C

Tints of Blue Whale #0D394C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 39.04%

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

R = 8.9%
G = 39.04%
B = 52.05%

CMYK

 C value IS 0.83

 M value IS 0.25

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0D394C (or 0x0D394C) is known color: Blue Whale. HEX triplet: 0D, 39 and 4C. RGB value is (13,57,76). Sum of RGB (Red+Green+Blue) = 13+57+76=146 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.90% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #0D394C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D394C is #F2C6B3. Grayscale: #2D2D2D. Windows color (decimal): -15910580 or 4995341. OLE color: 4995341.

HSL color Cylindrical-coordinate representation of color #0D394C: hue angle of 198.1º 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 #0D394C is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 13 57 76 -
CMYK 0.83 0.25 0 0.70
HSL 198.1º 0.71% 0.17% -
HSV(B) 198.1º 0.83% 0.3% -
XYZ 2.93 3.53 7.36 -
YUV 46.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 13 57 76 0.83 0.25 0 0.70 198.1 0.71 0.17
Hex D 39 4C 53 19 0 46 C6 47 11
Octal 15 71 114 123 31 0 106 306 107 21
Binary 1101 111001 1001100 1010011 11001 0 1000110 11000110 1000111 10001

Color Harmonies of #0D394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D394C

Black with #0D394C

Text Example


Text Example

White with #0D394C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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