Html Css Color HEX #012F43 Blue Whale

📋 copy color: '#012F43'

red 1 ◦ green 47 ◦ blue 67

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

Shades of Blue Whale #012F43

Tints of Blue Whale #012F43

RGB

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

 GREEN value IS 47 (18.75% from 255) = 40.87%

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

R = 0.87%
G = 40.87%
B = 58.26%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#012F43 (or 0x012F43) is known color: Blue Whale. HEX triplet: 01, 2F and 43. RGB value is (1,47,67). Sum of RGB (Red+Green+Blue) = 1+47+67=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 67 (26.56% from 255 or 58.26% from 115); Max value from RGB is 67 - color contains mainly: blue. Hex color #012F43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012F43 is #FED0BC. Grayscale: #232323. Windows color (decimal): -16699581 or 4402945. OLE color: 4402945.

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

Color convert

RGB 1 47 67 -
CMYK 0.99 0.30 0 0.74
HSL 198.18º 0.97% 0.13% -
HSV(B) 198.18º 0.99% 0.26% -
XYZ 2.04 2.44 5.67 -
YUV 35.53 145.76 103.37 -
System Red Green Blue C M Y K H S L
Decimal 1 47 67 0.99 0.30 0 0.74 198.18 0.97 0.13
Hex 1 2F 43 63 1E 0 4A C6 61 D
Octal 1 57 103 143 36 0 112 306 141 15
Binary 1 101111 1000011 1100011 11110 0 1001010 11000110 1100001 1101

Color Harmonies of #012F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012F43

Black with #012F43

Text Example


Text Example

White with #012F43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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