Html Css Color HEX #0D334C Blue Whale

📋 copy color: '#0D334C'

red 13 ◦ green 51 ◦ blue 76

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

Shades of Blue Whale #0D334C

Tints of Blue Whale #0D334C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.43%

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

R = 9.29%
G = 36.43%
B = 54.29%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0D334C (or 0x0D334C) is known color: Blue Whale. HEX triplet: 0D, 33 and 4C. RGB value is (13,51,76). Sum of RGB (Red+Green+Blue) = 13+51+76=140 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.29% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 76 (30.08% from 255 or 54.29% from 140); Max value from RGB is 76 - color contains mainly: blue. Hex color #0D334C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D334C is #F2CCB3. Grayscale: #2A2A2A. Windows color (decimal): -15912116 or 4993805. OLE color: 4993805.

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

Color convert

RGB 13 51 76 -
CMYK 0.83 0.33 0 0.70
HSL 203.81º 0.71% 0.17% -
HSV(B) 203.81º 0.83% 0.3% -
XYZ 2.65 2.98 7.27 -
YUV 42.49 146.91 106.97 -
System Red Green Blue C M Y K H S L
Decimal 13 51 76 0.83 0.33 0 0.70 203.81 0.71 0.17
Hex D 33 4C 53 21 0 46 CC 47 11
Octal 15 63 114 123 41 0 106 314 107 21
Binary 1101 110011 1001100 1010011 100001 0 1000110 11001100 1000111 10001

Color Harmonies of #0D334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D334C

Black with #0D334C

Text Example


Text Example

White with #0D334C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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