#012D3C

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

Shades of Blue Whale #012D3C

Tints of Blue Whale #012D3C

Color information

#012D3C (or 0x012D3C) is unknown color: approx Blue Whale. HEX triplet: 01, 2D and 3C. RGB value is (1,45,60). Sum of RGB (Red+Green+Blue) = 1+45+60=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 45 (17.97% from 255 or 42.45% from 106); Blue value is 60 (23.83% from 255 or 56.60% from 106); Max value from RGB is 60 - color contains mainly: blue. Hex color #012D3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012D3C is #FED2C3. Grayscale: #212121. Windows color (decimal): -16700100 or 3943681. OLE color: 3943681.

HSL color Cylindrical-coordinate representation of color #012D3C: hue angle of 195.25º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012D3C is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB14560-
CMYK0.980.2500.76
HSL195.25º96.72%11.96%-
HSV(B)195.25º98.33%23.53%-
XYZ1.772.214.61-
YUV33.55142.92104.78-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.94%
GREEN value IS 45 (17.97% from 255) = 42.45%
BLUE value IS 60 (23.83% from 255) = 56.60%
R=0.94%
G=42.45%
B=56.60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal145600.980.2500.76195.2596.7211.96
Hex12D3C621904Cc361c
Octal1557414231011430314114
Binary1101101111100110001011001010011001100001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012D3C; }

 p { color: rgb(1,45,60); }

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

<style>
 a { background-color: #012D3C; }

 a { background-color: rgb(1,45,60); }

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

<style>
 span { border-color: #012D3C; }

 span { border-color: rgb(1,45,60); }

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