Html Css Color HEX #012B48 Blue Whale

📋 copy color: '#012B48'

red 1 ◦ green 43 ◦ blue 72

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

Shades of Blue Whale #012B48

Tints of Blue Whale #012B48

RGB

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

 GREEN value IS 43 (17.19% from 255) = 37.07%

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

R = 0.86%
G = 37.07%
B = 62.07%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#012B48 (or 0x012B48) is known color: Blue Whale. HEX triplet: 01, 2B and 48. RGB value is (1,43,72). Sum of RGB (Red+Green+Blue) = 1+43+72=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 43 (17.19% from 255 or 37.07% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #012B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012B48 is #FED4B7. Grayscale: #212121. Windows color (decimal): -16700600 or 4729601. OLE color: 4729601.

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

Color convert

RGB 1 43 72 -
CMYK 0.99 0.40 0 0.72
HSL 204.51º 0.97% 0.14% -
HSV(B) 204.51º 0.99% 0.28% -
XYZ 2.05 2.2 6.45 -
YUV 33.75 149.59 104.64 -
System Red Green Blue C M Y K H S L
Decimal 1 43 72 0.99 0.40 0 0.72 204.51 0.97 0.14
Hex 1 2B 48 63 28 0 48 CD 61 E
Octal 1 53 110 143 50 0 110 315 141 16
Binary 1 101011 1001000 1100011 101000 0 1001000 11001101 1100001 1110

Color Harmonies of #012B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012B48

Black with #012B48

Text Example


Text Example

White with #012B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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