Html Css Color HEX #012D40 Blue Whale

📋 copy color: '#012D40'

red 1 ◦ green 45 ◦ blue 64

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

Shades of Blue Whale #012D40

Tints of Blue Whale #012D40

RGB

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

 GREEN value IS 45 (17.97% from 255) = 40.91%

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

R = 0.91%
G = 40.91%
B = 58.18%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#012D40 (or 0x012D40) is known color: Blue Whale. HEX triplet: 01, 2D and 40. RGB value is (1,45,64). Sum of RGB (Red+Green+Blue) = 1+45+64=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 45 (17.97% from 255 or 40.91% from 110); Blue value is 64 (25.39% from 255 or 58.18% from 110); Max value from RGB is 64 - color contains mainly: blue. Hex color #012D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012D40 is #FED2BF. Grayscale: #212121. Windows color (decimal): -16700096 or 4205825. OLE color: 4205825.

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

Color convert

RGB 1 45 64 -
CMYK 0.98 0.30 0 0.75
HSL 198.1º 0.97% 0.13% -
HSV(B) 198.1º 0.98% 0.25% -
XYZ 1.88 2.25 5.19 -
YUV 34.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 1 45 64 0.98 0.30 0 0.75 198.1 0.97 0.13
Hex 1 2D 40 62 1E 0 4B C6 61 D
Octal 1 55 100 142 36 0 113 306 141 15
Binary 1 101101 1000000 1100010 11110 0 1001011 11000110 1100001 1101

Color Harmonies of #012D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012D40

Black with #012D40

Text Example


Text Example

White with #012D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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