Html Css Color HEX #012B44 Blue Whale

📋 copy color: '#012B44'

red 1 ◦ green 43 ◦ blue 68

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

Shades of Blue Whale #012B44

Tints of Blue Whale #012B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 60.71%

R = 0.89%
G = 38.39%
B = 60.71%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#012B44 (or 0x012B44) is known color: Blue Whale. HEX triplet: 01, 2B and 44. RGB value is (1,43,68). Sum of RGB (Red+Green+Blue) = 1+43+68=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 43 (17.19% from 255 or 38.39% from 112); Blue value is 68 (26.95% from 255 or 60.71% from 112); Max value from RGB is 68 - color contains mainly: blue. Hex color #012B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012B44 is #FED4BB. Grayscale: #212121. Windows color (decimal): -16700604 or 4467457. OLE color: 4467457.

HSL color Cylindrical-coordinate representation of color #012B44: hue angle of 202.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 #012B44 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 43 68 -
CMYK 0.99 0.37 0 0.73
HSL 202.39º 0.97% 0.14% -
HSV(B) 202.39º 0.99% 0.27% -
XYZ 1.92 2.15 5.78 -
YUV 33.29 147.59 104.97 -
System Red Green Blue C M Y K H S L
Decimal 1 43 68 0.99 0.37 0 0.73 202.39 0.97 0.14
Hex 1 2B 44 63 25 0 49 CA 61 E
Octal 1 53 104 143 45 0 111 312 141 16
Binary 1 101011 1000100 1100011 100101 0 1001001 11001010 1100001 1110

Color Harmonies of #012B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012B44

Black with #012B44

Text Example


Text Example

White with #012B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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