Html Css Color HEX #0D394F Blue Whale

📋 copy color: '#0D394F'

red 13 ◦ green 57 ◦ blue 79

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

Shades of Blue Whale #0D394F

Tints of Blue Whale #0D394F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 53.02%

R = 8.72%
G = 38.26%
B = 53.02%

CMYK

 C value IS 0.84

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0D394F (or 0x0D394F) is known color: Blue Whale. HEX triplet: 0D, 39 and 4F. RGB value is (13,57,79). Sum of RGB (Red+Green+Blue) = 13+57+79=149 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.72% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 79 (31.25% from 255 or 53.02% from 149); Max value from RGB is 79 - color contains mainly: blue. Hex color #0D394F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D394F is #F2C6B0. Grayscale: #2E2E2E. Windows color (decimal): -15910577 or 5191949. OLE color: 5191949.

HSL color Cylindrical-coordinate representation of color #0D394F: hue angle of 200º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D394F is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 13 57 79 -
CMYK 0.84 0.28 0 0.69
HSL 200º 0.72% 0.18% -
HSV(B) 200º 0.84% 0.31% -
XYZ 3.04 3.58 7.93 -
YUV 46.35 146.42 104.21 -
System Red Green Blue C M Y K H S L
Decimal 13 57 79 0.84 0.28 0 0.69 200 0.72 0.18
Hex D 39 4F 54 1C 0 45 C8 48 12
Octal 15 71 117 124 34 0 105 310 110 22
Binary 1101 111001 1001111 1010100 11100 0 1000101 11001000 1001000 10010

Color Harmonies of #0D394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D394F

Black with #0D394F

Text Example


Text Example

White with #0D394F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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