Html Css Color HEX #013246 Blue Whale

📋 copy color: '#013246'

red 1 ◦ green 50 ◦ blue 70

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

Shades of Blue Whale #013246

Tints of Blue Whale #013246

RGB

 RED value IS 1 (0.78% from 255) = 0.83%

 GREEN value IS 50 (19.92% from 255) = 41.32%

 BLUE value IS 70 (27.73% from 255) = 57.85%

R = 0.83%
G = 41.32%
B = 57.85%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#013246 (or 0x013246) is known color: Blue Whale. HEX triplet: 01, 32 and 46. RGB value is (1,50,70). Sum of RGB (Red+Green+Blue) = 1+50+70=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 70 (27.73% from 255 or 57.85% from 121); Max value from RGB is 70 - color contains mainly: blue. Hex color #013246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013246 is #FECDB9. Grayscale: #252525. Windows color (decimal): -16698810 or 4600321. OLE color: 4600321.

HSL color Cylindrical-coordinate representation of color #013246: hue angle of 197.39º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013246 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 50 70 -
CMYK 0.99 0.29 0 0.73
HSL 197.39º 0.97% 0.14% -
HSV(B) 197.39º 0.99% 0.27% -
XYZ 2.26 2.73 6.2 -
YUV 37.63 146.27 101.87 -
System Red Green Blue C M Y K H S L
Decimal 1 50 70 0.99 0.29 0 0.73 197.39 0.97 0.14
Hex 1 32 46 63 1D 0 49 C5 61 E
Octal 1 62 106 143 35 0 111 305 141 16
Binary 1 110010 1000110 1100011 11101 0 1001001 11000101 1100001 1110

Color Harmonies of #013246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013246

Black with #013246

Text Example


Text Example

White with #013246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013246; }

 p { color: rgb(1,50,70); }

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

background-color css

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

 a { background-color: rgb(1,50,70); }

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

border-color css

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

 span { border-color: rgb(1,50,70); }

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