Html Css Color HEX #013043 Blue Whale

📋 copy color: '#013043'

red 1 ◦ green 48 ◦ blue 67

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

Shades of Blue Whale #013043

Tints of Blue Whale #013043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 57.76%

R = 0.86%
G = 41.38%
B = 57.76%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#013043 (or 0x013043) is known color: Blue Whale. HEX triplet: 01, 30 and 43. RGB value is (1,48,67). Sum of RGB (Red+Green+Blue) = 1+48+67=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 67 (26.56% from 255 or 57.76% from 116); Max value from RGB is 67 - color contains mainly: blue. Hex color #013043 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013043 is #FECFBC. Grayscale: #232323. Windows color (decimal): -16699325 or 4403201. OLE color: 4403201.

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

Color convert

RGB 1 48 67 -
CMYK 0.99 0.28 0 0.74
HSL 197.27º 0.97% 0.13% -
HSV(B) 197.27º 0.99% 0.26% -
XYZ 2.08 2.53 5.69 -
YUV 36.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 1 48 67 0.99 0.28 0 0.74 197.27 0.97 0.13
Hex 1 30 43 63 1C 0 4A C5 61 D
Octal 1 60 103 143 34 0 112 305 141 15
Binary 1 110000 1000011 1100011 11100 0 1001010 11000101 1100001 1101

Color Harmonies of #013043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013043

Black with #013043

Text Example


Text Example

White with #013043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013043; }

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

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

background-color css

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

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

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

border-color css

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

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

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