#01314A

Color #01314A Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #01314A

Tints of Blue Whale #01314A

Color information

#01314A (or 0x01314A) is unknown color: approx Blue Whale. HEX triplet: 01, 31 and 4A. RGB value is (1,49,74). Sum of RGB (Red+Green+Blue) = 1+49+74=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 74 (29.30% from 255 or 59.68% from 124); Max value from RGB is 74 - color contains mainly: blue. Hex color #01314A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01314A is #FECEB5. Grayscale: #252525. Windows color (decimal): -16699062 or 4862209. OLE color: 4862209.

HSL color Cylindrical-coordinate representation of color #01314A: hue angle of 200.55º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01314A is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB14974-
CMYK0.990.3400.71
HSL200.55º97.33%14.71%-
HSV(B)200.55º98.65%29.02%-
XYZ2.352.76.88-
YUV37.5148.6101.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 49 (19.53% from 255) = 39.52%
BLUE value IS 74 (29.30% from 255) = 59.68%
R=0.81%
G=39.52%
B=59.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal149740.990.3400.71200.5597.3314.71
Hex1314A6322047c961f
Octal16111214342010731114117
Binary111000110010101100011100010010001111100100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01314A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01314A; }

 p { color: rgb(1,49,74); }

 H1.HeaderClassName
 {
   color: #01314A;
 }
 .AnyTagClassName
 {
   color: #01314A;
 }
</style>
background-color css

<style>
 a { background-color: #01314A; }

 a { background-color: rgb(1,49,74); }

 div.DivClassName
 {
   background-color: #01314A;
 }
 .BgClassName
 {
   background-color: #01314A;
 }
</style>
border-color css

<style>
 span { border-color: #01314A; }

 span { border-color: rgb(1,49,74); }

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