Html Css Color HEX #012F41 Blue Whale

📋 copy color: '#012F41'

red 1 ◦ green 47 ◦ blue 65

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

Shades of Blue Whale #012F41

Tints of Blue Whale #012F41

RGB

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

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

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

R = 0.88%
G = 41.59%
B = 57.52%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#012F41 (or 0x012F41) is known color: Blue Whale. HEX triplet: 01, 2F and 41. RGB value is (1,47,65). Sum of RGB (Red+Green+Blue) = 1+47+65=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 47 (18.75% from 255 or 41.59% from 113); Blue value is 65 (25.78% from 255 or 57.52% from 113); Max value from RGB is 65 - color contains mainly: blue. Hex color #012F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012F41 is #FED0BE. Grayscale: #232323. Windows color (decimal): -16699583 or 4271873. OLE color: 4271873.

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

Color convert

RGB 1 47 65 -
CMYK 0.98 0.28 0 0.75
HSL 196.88º 0.97% 0.13% -
HSV(B) 196.88º 0.98% 0.25% -
XYZ 1.98 2.42 5.36 -
YUV 35.3 144.76 103.54 -
System Red Green Blue C M Y K H S L
Decimal 1 47 65 0.98 0.28 0 0.75 196.88 0.97 0.13
Hex 1 2F 41 62 1C 0 4B C5 61 D
Octal 1 57 101 142 34 0 113 305 141 15
Binary 1 101111 1000001 1100010 11100 0 1001011 11000101 1100001 1101

Color Harmonies of #012F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012F41

Black with #012F41

Text Example


Text Example

White with #012F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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