Html Css Color HEX #132F3E Blue Whale

📋 copy color: '#132F3E'

red 19 ◦ green 47 ◦ blue 62

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

Shades of Blue Whale #132F3E

Tints of Blue Whale #132F3E

RGB

 RED value IS 19 (7.81% from 255) = 14.84%

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

 BLUE value IS 62 (24.61% from 255) = 48.44%

R = 14.84%
G = 36.72%
B = 48.44%

CMYK

 C value IS 0.69

 M value IS 0.24

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#132F3E (or 0x132F3E) is known color: Blue Whale. HEX triplet: 13, 2F and 3E. RGB value is (19,47,62). Sum of RGB (Red+Green+Blue) = 19+47+62=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 62 (24.61% from 255 or 48.44% from 128); Max value from RGB is 62 - color contains mainly: blue. Hex color #132F3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F3E is #ECD0C1. Grayscale: #282828. Windows color (decimal): -15519938 or 4075283. OLE color: 4075283.

HSL color Cylindrical-coordinate representation of color #132F3E: hue angle of 200.93º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #132F3E is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 47 62 -
CMYK 0.69 0.24 0 0.76
HSL 200.93º 0.53% 0.16% -
HSV(B) 200.93º 0.69% 0.24% -
XYZ 2.15 2.52 4.93 -
YUV 40.34 140.22 112.78 -
System Red Green Blue C M Y K H S L
Decimal 19 47 62 0.69 0.24 0 0.76 200.93 0.53 0.16
Hex 13 2F 3E 45 18 0 4C C9 35 10
Octal 23 57 76 105 30 0 114 311 65 20
Binary 10011 101111 111110 1000101 11000 0 1001100 11001001 110101 10000

Color Harmonies of #132F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F3E

Black with #132F3E

Text Example


Text Example

White with #132F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132F3E; }

 p { color: rgb(19,47,62); }

 H1.HeaderClassName
 {
   color: #132F3E;
 }
 .AnyTagClassName
 {
   color: #132F3E;
 }
</style>

background-color css

<style>
 a { background-color: #132F3E; }

 a { background-color: rgb(19,47,62); }

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

border-color css

<style>
 span { border-color: #132F3E; }

 span { border-color: rgb(19,47,62); }

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