Html Css Color HEX #013248 Blue Whale

📋 copy color: '#013248'

red 1 ◦ green 50 ◦ blue 72

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

Shades of Blue Whale #013248

Tints of Blue Whale #013248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 58.54%

R = 0.81%
G = 40.65%
B = 58.54%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#013248 (or 0x013248) is known color: Blue Whale. HEX triplet: 01, 32 and 48. RGB value is (1,50,72). Sum of RGB (Red+Green+Blue) = 1+50+72=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #013248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013248 is #FECDB7. Grayscale: #252525. Windows color (decimal): -16698808 or 4731393. OLE color: 4731393.

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

Color convert

RGB 1 50 72 -
CMYK 0.99 0.31 0 0.72
HSL 198.59º 0.97% 0.14% -
HSV(B) 198.59º 0.99% 0.28% -
XYZ 2.32 2.76 6.54 -
YUV 37.86 147.27 101.71 -
System Red Green Blue C M Y K H S L
Decimal 1 50 72 0.99 0.31 0 0.72 198.59 0.97 0.14
Hex 1 32 48 63 1F 0 48 C7 61 E
Octal 1 62 110 143 37 0 110 307 141 16
Binary 1 110010 1001000 1100011 11111 0 1001000 11000111 1100001 1110

Color Harmonies of #013248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013248

Black with #013248

Text Example


Text Example

White with #013248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013248; }

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

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

background-color css

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

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

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

border-color css

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

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

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