Html Css Color HEX #012C41 Blue Whale

📋 copy color: '#012C41'

red 1 ◦ green 44 ◦ blue 65

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

Shades of Blue Whale #012C41

Tints of Blue Whale #012C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 59.09%

R = 0.91%
G = 40%
B = 59.09%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#012C41 (or 0x012C41) is known color: Blue Whale. HEX triplet: 01, 2C and 41. RGB value is (1,44,65). Sum of RGB (Red+Green+Blue) = 1+44+65=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 44 (17.58% from 255 or 40% from 110); Blue value is 65 (25.78% from 255 or 59.09% from 110); Max value from RGB is 65 - color contains mainly: blue. Hex color #012C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012C41 is #FED3BE. Grayscale: #212121. Windows color (decimal): -16700351 or 4271105. OLE color: 4271105.

HSL color Cylindrical-coordinate representation of color #012C41: hue angle of 199.69º 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 #012C41 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 44 65 -
CMYK 0.98 0.32 0 0.75
HSL 199.69º 0.97% 0.13% -
HSV(B) 199.69º 0.98% 0.25% -
XYZ 1.87 2.19 5.33 -
YUV 33.54 145.75 104.79 -
System Red Green Blue C M Y K H S L
Decimal 1 44 65 0.98 0.32 0 0.75 199.69 0.97 0.13
Hex 1 2C 41 62 20 0 4B C8 61 D
Octal 1 54 101 142 40 0 113 310 141 15
Binary 1 101100 1000001 1100010 100000 0 1001011 11001000 1100001 1101

Color Harmonies of #012C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012C41

Black with #012C41

Text Example


Text Example

White with #012C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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