Html Css Color HEX #012F48 Blue Whale

📋 copy color: '#012F48'

red 1 ◦ green 47 ◦ blue 72

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

Shades of Blue Whale #012F48

Tints of Blue Whale #012F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 60%

R = 0.83%
G = 39.17%
B = 60%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#012F48 (or 0x012F48) is known color: Blue Whale. HEX triplet: 01, 2F and 48. RGB value is (1,47,72). Sum of RGB (Red+Green+Blue) = 1+47+72=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 47 (18.75% from 255 or 39.17% from 120); Blue value is 72 (28.52% from 255 or 60% from 120); Max value from RGB is 72 - color contains mainly: blue. Hex color #012F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012F48 is #FED0B7. Grayscale: #232323. Windows color (decimal): -16699576 or 4730625. OLE color: 4730625.

HSL color Cylindrical-coordinate representation of color #012F48: hue angle of 201.13º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012F48 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 47 72 -
CMYK 0.99 0.35 0 0.72
HSL 201.13º 0.97% 0.14% -
HSV(B) 201.13º 0.99% 0.28% -
XYZ 2.2 2.51 6.5 -
YUV 36.1 148.26 102.97 -
System Red Green Blue C M Y K H S L
Decimal 1 47 72 0.99 0.35 0 0.72 201.13 0.97 0.14
Hex 1 2F 48 63 23 0 48 C9 61 E
Octal 1 57 110 143 43 0 110 311 141 16
Binary 1 101111 1001000 1100011 100011 0 1001000 11001001 1100001 1110

Color Harmonies of #012F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012F48

Black with #012F48

Text Example


Text Example

White with #012F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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