Html Css Color HEX #012D43 Blue Whale

📋 copy color: '#012D43'

red 1 ◦ green 45 ◦ blue 67

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

Shades of Blue Whale #012D43

Tints of Blue Whale #012D43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 59.29%

R = 0.88%
G = 39.82%
B = 59.29%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#012D43 (or 0x012D43) is known color: Blue Whale. HEX triplet: 01, 2D and 43. RGB value is (1,45,67). Sum of RGB (Red+Green+Blue) = 1+45+67=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 67 (26.56% from 255 or 59.29% from 113); Max value from RGB is 67 - color contains mainly: blue. Hex color #012D43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012D43 is #FED2BC. Grayscale: #222222. Windows color (decimal): -16700093 or 4402433. OLE color: 4402433.

HSL color Cylindrical-coordinate representation of color #012D43: hue angle of 200º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012D43 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 45 67 -
CMYK 0.99 0.33 0 0.74
HSL 200º 0.97% 0.13% -
HSV(B) 200º 0.99% 0.26% -
XYZ 1.96 2.29 5.65 -
YUV 34.35 146.42 104.21 -
System Red Green Blue C M Y K H S L
Decimal 1 45 67 0.99 0.33 0 0.74 200 0.97 0.13
Hex 1 2D 43 63 21 0 4A C8 61 D
Octal 1 55 103 143 41 0 112 310 141 15
Binary 1 101101 1000011 1100011 100001 0 1001010 11001000 1100001 1101

Color Harmonies of #012D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012D43

Black with #012D43

Text Example


Text Example

White with #012D43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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