Html Css Color HEX #012E3F Blue Whale

📋 copy color: '#012E3F'

red 1 ◦ green 46 ◦ blue 63

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

Shades of Blue Whale #012E3F

Tints of Blue Whale #012E3F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 41.82%

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

R = 0.91%
G = 41.82%
B = 57.27%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#012E3F (or 0x012E3F) is known color: Blue Whale. HEX triplet: 01, 2E and 3F. RGB value is (1,46,63). Sum of RGB (Red+Green+Blue) = 1+46+63=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 46 (18.36% from 255 or 41.82% from 110); Blue value is 63 (25% from 255 or 57.27% from 110); Max value from RGB is 63 - color contains mainly: blue. Hex color #012E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012E3F is #FED1C0. Grayscale: #222222. Windows color (decimal): -16699841 or 4140545. OLE color: 4140545.

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

Color convert

RGB 1 46 63 -
CMYK 0.98 0.27 0 0.75
HSL 196.45º 0.97% 0.13% -
HSV(B) 196.45º 0.98% 0.25% -
XYZ 1.89 2.32 5.05 -
YUV 34.48 144.09 104.12 -
System Red Green Blue C M Y K H S L
Decimal 1 46 63 0.98 0.27 0 0.75 196.45 0.97 0.13
Hex 1 2E 3F 62 1B 0 4B C4 61 D
Octal 1 56 77 142 33 0 113 304 141 15
Binary 1 101110 111111 1100010 11011 0 1001011 11000100 1100001 1101

Color Harmonies of #012E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012E3F

Black with #012E3F

Text Example


Text Example

White with #012E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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