Html Css Color HEX #012C40 Blue Whale

📋 copy color: '#012C40'

red 1 ◦ green 44 ◦ blue 64

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

Shades of Blue Whale #012C40

Tints of Blue Whale #012C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 58.72%

R = 0.92%
G = 40.37%
B = 58.72%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#012C40 (or 0x012C40) is known color: Blue Whale. HEX triplet: 01, 2C and 40. RGB value is (1,44,64). Sum of RGB (Red+Green+Blue) = 1+44+64=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 44 (17.58% from 255 or 40.37% from 109); Blue value is 64 (25.39% from 255 or 58.72% from 109); Max value from RGB is 64 - color contains mainly: blue. Hex color #012C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012C40 is #FED3BF. Grayscale: #212121. Windows color (decimal): -16700352 or 4205569. OLE color: 4205569.

HSL color Cylindrical-coordinate representation of color #012C40: hue angle of 199.05º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012C40 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 44 64 -
CMYK 0.98 0.31 0 0.75
HSL 199.05º 0.97% 0.13% -
HSV(B) 199.05º 0.98% 0.25% -
XYZ 1.84 2.18 5.17 -
YUV 33.42 145.25 104.87 -
System Red Green Blue C M Y K H S L
Decimal 1 44 64 0.98 0.31 0 0.75 199.05 0.97 0.13
Hex 1 2C 40 62 1F 0 4B C7 61 D
Octal 1 54 100 142 37 0 113 307 141 15
Binary 1 101100 1000000 1100010 11111 0 1001011 11000111 1100001 1101

Color Harmonies of #012C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012C40

Black with #012C40

Text Example


Text Example

White with #012C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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