Html Css Color HEX #012C45 Blue Whale

📋 copy color: '#012C45'

red 1 ◦ green 44 ◦ blue 69

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

Shades of Blue Whale #012C45

Tints of Blue Whale #012C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 60.53%

R = 0.88%
G = 38.6%
B = 60.53%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#012C45 (or 0x012C45) is known color: Blue Whale. HEX triplet: 01, 2C and 45. RGB value is (1,44,69). Sum of RGB (Red+Green+Blue) = 1+44+69=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 44 (17.58% from 255 or 38.60% from 114); Blue value is 69 (27.34% from 255 or 60.53% from 114); Max value from RGB is 69 - color contains mainly: blue. Hex color #012C45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012C45 is #FED3BA. Grayscale: #212121. Windows color (decimal): -16700347 or 4533249. OLE color: 4533249.

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

Color convert

RGB 1 44 69 -
CMYK 0.99 0.36 0 0.73
HSL 202.06º 0.97% 0.14% -
HSV(B) 202.06º 0.99% 0.27% -
XYZ 1.99 2.24 5.96 -
YUV 33.99 147.75 104.47 -
System Red Green Blue C M Y K H S L
Decimal 1 44 69 0.99 0.36 0 0.73 202.06 0.97 0.14
Hex 1 2C 45 63 24 0 49 CA 61 E
Octal 1 54 105 143 44 0 111 312 141 16
Binary 1 101100 1000101 1100011 100100 0 1001001 11001010 1100001 1110

Color Harmonies of #012C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012C45

Black with #012C45

Text Example


Text Example

White with #012C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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