Html Css Color HEX #012F3F Blue Whale

📋 copy color: '#012F3F'

red 1 ◦ green 47 ◦ blue 63

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

Shades of Blue Whale #012F3F

Tints of Blue Whale #012F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 56.76%

R = 0.9%
G = 42.34%
B = 56.76%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#012F3F (or 0x012F3F) is known color: Blue Whale. HEX triplet: 01, 2F and 3F. RGB value is (1,47,63). Sum of RGB (Red+Green+Blue) = 1+47+63=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 47 (18.75% from 255 or 42.34% from 111); Blue value is 63 (25% from 255 or 56.76% from 111); Max value from RGB is 63 - color contains mainly: blue. Hex color #012F3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012F3F is #FED0C0. Grayscale: #222222. Windows color (decimal): -16699585 or 4140801. OLE color: 4140801.

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

Color convert

RGB 1 47 63 -
CMYK 0.98 0.25 0 0.75
HSL 195.48º 0.97% 0.13% -
HSV(B) 195.48º 0.98% 0.25% -
XYZ 1.93 2.4 5.06 -
YUV 35.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 1 47 63 0.98 0.25 0 0.75 195.48 0.97 0.13
Hex 1 2F 3F 62 19 0 4B C3 61 D
Octal 1 57 77 142 31 0 113 303 141 15
Binary 1 101111 111111 1100010 11001 0 1001011 11000011 1100001 1101

Color Harmonies of #012F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012F3F

Black with #012F3F

Text Example


Text Example

White with #012F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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