Html Css Color HEX #013048 Blue Whale

📋 copy color: '#013048'

red 1 ◦ green 48 ◦ blue 72

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

Shades of Blue Whale #013048

Tints of Blue Whale #013048

RGB

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

 GREEN value IS 48 (19.14% from 255) = 39.67%

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

R = 0.83%
G = 39.67%
B = 59.5%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#013048 (or 0x013048) is known color: Blue Whale. HEX triplet: 01, 30 and 48. RGB value is (1,48,72). Sum of RGB (Red+Green+Blue) = 1+48+72=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 72 (28.52% from 255 or 59.50% from 121); Max value from RGB is 72 - color contains mainly: blue. Hex color #013048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013048 is #FECFB7. Grayscale: #242424. Windows color (decimal): -16699320 or 4730881. OLE color: 4730881.

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

Color convert

RGB 1 48 72 -
CMYK 0.99 0.33 0 0.72
HSL 200.28º 0.97% 0.14% -
HSV(B) 200.28º 0.99% 0.28% -
XYZ 2.24 2.59 6.51 -
YUV 36.68 147.93 102.55 -
System Red Green Blue C M Y K H S L
Decimal 1 48 72 0.99 0.33 0 0.72 200.28 0.97 0.14
Hex 1 30 48 63 21 0 48 C8 61 E
Octal 1 60 110 143 41 0 110 310 141 16
Binary 1 110000 1001000 1100011 100001 0 1001000 11001000 1100001 1110

Color Harmonies of #013048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013048

Black with #013048

Text Example


Text Example

White with #013048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013048; }

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

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

background-color css

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

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

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

border-color css

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

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

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