Html Css Color HEX #012C44 Blue Whale

📋 copy color: '#012C44'

red 1 ◦ green 44 ◦ blue 68

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

Shades of Blue Whale #012C44

Tints of Blue Whale #012C44

RGB

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

 GREEN value IS 44 (17.58% from 255) = 38.94%

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

R = 0.88%
G = 38.94%
B = 60.18%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#012C44 (or 0x012C44) is known color: Blue Whale. HEX triplet: 01, 2C and 44. RGB value is (1,44,68). Sum of RGB (Red+Green+Blue) = 1+44+68=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 44 (17.58% from 255 or 38.94% from 113); Blue value is 68 (26.95% from 255 or 60.18% from 113); Max value from RGB is 68 - color contains mainly: blue. Hex color #012C44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012C44 is #FED3BB. Grayscale: #212121. Windows color (decimal): -16700348 or 4467713. OLE color: 4467713.

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

Color convert

RGB 1 44 68 -
CMYK 0.99 0.35 0 0.73
HSL 201.49º 0.97% 0.14% -
HSV(B) 201.49º 0.99% 0.27% -
XYZ 1.96 2.23 5.8 -
YUV 33.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 1 44 68 0.99 0.35 0 0.73 201.49 0.97 0.14
Hex 1 2C 44 63 23 0 49 C9 61 E
Octal 1 54 104 143 43 0 111 311 141 16
Binary 1 101100 1000100 1100011 100011 0 1001001 11001001 1100001 1110

Color Harmonies of #012C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012C44

Black with #012C44

Text Example


Text Example

White with #012C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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